aboutsummaryrefslogtreecommitdiff
path: root/snowfall/systems/x86_64-linux/copenhagen/network.nix
diff options
context:
space:
mode:
Diffstat (limited to 'snowfall/systems/x86_64-linux/copenhagen/network.nix')
-rw-r--r--snowfall/systems/x86_64-linux/copenhagen/network.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/snowfall/systems/x86_64-linux/copenhagen/network.nix b/snowfall/systems/x86_64-linux/copenhagen/network.nix
deleted file mode 100644
index eccc693..0000000
--- a/snowfall/systems/x86_64-linux/copenhagen/network.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ ... }:
-
-{
- networking = {
- useDHCP = true;
- firewall.enable = true;
- };
-}