summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index daaf0daa..540acc2e 100644
--- a/hel.nix
+++ b/hel.nix
@@ -37,10 +37,11 @@
37 37
38 networkmanager = { 38 networkmanager = {
39 enable = true; 39 enable = true;
40 unmanaged = [ "docker0" ]; 40 unmanaged = [ "docker0" "yggdrasil" ];
41 }; 41 };
42 42
43 dhcpcd = { 43 dhcpcd = {
44 allowInterfaces = [ "yggdrasil" ];
44 extraConfig = '' 45 extraConfig = ''
45 interface yggdrasil 46 interface yggdrasil
46 noipv4ll 47 noipv4ll