summaryrefslogtreecommitdiffstats
path: root/systems/xu/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/xu/config.nix')
-rw-r--r--systems/xu/config.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/systems/xu/config.nix b/systems/xu/config.nix
index ee7ae46..603d0d4 100644
--- a/systems/xu/config.nix
+++ b/systems/xu/config.nix
@@ -140,8 +140,13 @@
gptfdisk
];
+ networking.usePredictableInterfaceNames = false;
+
networking.wireless.enable = true;
+ networking.interfaces.eth0.useDHCP = true;
+ networking.interfaces.eth0.wakeOnLan.enable = true;
+
#services.bitlbee.enable = true;
#services.tor.client.enable = true;
#services.tor.enable = true;