stan/europa: allow peerix over wifi

This commit is contained in:
Aaron Bieber 2022-09-01 08:09:01 -06:00
parent f8885051fe
commit c774e4f779
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -122,7 +122,7 @@ in {
tsPeerix = {
enable = true;
privateKeyFile = "${config.sops.secrets.peerix_private_key.path}";
interfaces = [ "ztksevmpn3" ];
interfaces = [ "wlp170s0" "ztksevmpn3" ];
};
services = {