ma 2 iodined: now requires listen addres
This commit is contained in:
parent
217c4840d8
commit
6dd129a464
@ -1,4 +1,4 @@
|
||||
{ services,builtins,environment,pkgs, ... }:
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
let
|
||||
# TODO: make this a parameter
|
||||
@ -10,7 +10,7 @@ in {
|
||||
enable = true;
|
||||
domain = domain;
|
||||
ip = "172.16.10.1/24";
|
||||
extraConfig = "-P ${pw}";
|
||||
extraConfig = "-P ${pw} -l ${pkgs.lib.head config.krebs.build.host.nets.internet.addrs4}";
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user