summary refs log tree commit diff stats
path: root/hosts/server1
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-03-18 16:21:45 +0100
committerene <ene@sils.li>2023-03-18 16:24:41 +0100
commit5a0cb28f369c104bb371974df876c8c705b0ee7e (patch)
tree0e7f5d56eec9cd6a3b4bc903d920bee418c94f51 /hosts/server1
parentFix: Try to fix ipv6 (diff)
downloadnixos-server-5a0cb28f369c104bb371974df876c8c705b0ee7e.tar.gz
nixos-server-5a0cb28f369c104bb371974df876c8c705b0ee7e.zip
Refactor: Use better file layout
Diffstat (limited to 'hosts/server1')
-rw-r--r--hosts/server1/configuration.nix2
-rw-r--r--hosts/server1/networking.nix1
2 files changed, 0 insertions, 3 deletions
diff --git a/hosts/server1/configuration.nix b/hosts/server1/configuration.nix
index 729ef0f..694b6b4 100644
--- a/hosts/server1/configuration.nix
+++ b/hosts/server1/configuration.nix
@@ -3,8 +3,6 @@
     ./networking.nix # network configuration that just works
 
     ../../system
-
-    ../../services
   ];
 
   boot.cleanTmpDir = true;
diff --git a/hosts/server1/networking.nix b/hosts/server1/networking.nix
index cc6d816..027bc27 100644
--- a/hosts/server1/networking.nix
+++ b/hosts/server1/networking.nix
@@ -44,6 +44,5 @@
   };
   services.udev.extraRules = ''
     ATTR{address}=="66:22:6d:82:93:9b", NAME="eth0"
-
   '';
 }