diff options
author | makefu <github@syntax-fehler.de> | 2020-11-24 22:11:59 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-11-24 22:11:59 +0100 |
commit | 41865fe25f356b46b8a56629ab60e2c3af125ae8 (patch) | |
tree | a82b5c1253ed4df6e52e72a30d30fd4a919facba /krebs/1systems/puyak/config.nix | |
parent | 3417a4f8908ec157c0d6a10af0a0b053f231376c (diff) |
puyak.r: separate config in net.nix
Diffstat (limited to 'krebs/1systems/puyak/config.nix')
-rw-r--r-- | krebs/1systems/puyak/config.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/krebs/1systems/puyak/config.nix b/krebs/1systems/puyak/config.nix index 9ee61c6f8..2bfe061f5 100644 --- a/krebs/1systems/puyak/config.nix +++ b/krebs/1systems/puyak/config.nix @@ -2,6 +2,7 @@ { imports = [ + ./net.nix <stockholm/krebs> <stockholm/krebs/2configs> <stockholm/krebs/2configs/secret-passwords.nix> @@ -163,10 +164,6 @@ services.logind.lidSwitchExternalPower = "ignore"; - services.udev.extraRules = '' - SUBSYSTEM=="net", ATTR{address}=="8c:70:5a:b2:84:58", NAME="wl0" - SUBSYSTEM=="net", ATTR{address}=="3c:97:0e:07:b9:14", NAME="et0" - ''; environment.systemPackages = [ pkgs.zsh ]; @@ -179,5 +176,4 @@ isNormalUser = true; shell = "/run/current-system/sw/bin/zsh"; }; - networking.firewall.allowedTCPPorts = [ 5901 ]; } |