europa,stan: listen on dock interface
This commit is contained in:
parent
38c381a379
commit
0303929031
@ -127,6 +127,7 @@ in {
|
|||||||
tsPeerix = {
|
tsPeerix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
privateKeyFile = "${config.sops.secrets.peerix_private_key.path}";
|
privateKeyFile = "${config.sops.secrets.peerix_private_key.path}";
|
||||||
|
interfaces = [ "tailscale0" "enp43s0" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.steam.enable = true;
|
programs.steam.enable = true;
|
||||||
|
@ -120,6 +120,7 @@ in {
|
|||||||
tsPeerix = {
|
tsPeerix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
privateKeyFile = "${config.sops.secrets.peerix_private_key.path}";
|
privateKeyFile = "${config.sops.secrets.peerix_private_key.path}";
|
||||||
|
interfaces = [ "tailscale0" "enp43s0" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
Loading…
Reference in New Issue
Block a user