fix typo
This commit is contained in:
parent
01c2e19247
commit
c0a2751249
@ -11,6 +11,7 @@ in {
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
services.icecast = {
|
||||
listen.address = "127.0.0.1";
|
||||
admin.password = "hackme";
|
||||
extraConf = ''
|
||||
@ -36,4 +37,5 @@ in {
|
||||
proxyPass = "http://localhost:${toString cfg.listen.port}/${cfg.mount}";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user