stan/europa: allow peerix over wifi
This commit is contained in:
parent
3bbf36348c
commit
65fe445c1f
@ -127,7 +127,7 @@ in {
|
||||
tsPeerix = {
|
||||
enable = true;
|
||||
privateKeyFile = "${config.sops.secrets.peerix_private_key.path}";
|
||||
interfaces = [ "ztksevmpn3" ];
|
||||
interfaces = [ "wlp170s0" "ztksevmpn3" ];
|
||||
};
|
||||
|
||||
programs.steam.enable = true;
|
||||
|
@ -122,7 +122,7 @@ in {
|
||||
tsPeerix = {
|
||||
enable = true;
|
||||
privateKeyFile = "${config.sops.secrets.peerix_private_key.path}";
|
||||
interfaces = [ "ztksevmpn3" ];
|
||||
interfaces = [ "wlp170s0" "ztksevmpn3" ];
|
||||
};
|
||||
|
||||
services = {
|
||||
|
Loading…
Reference in New Issue
Block a user