about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-03-17 17:42:23 +0100
committerene <ene@sils.li>2023-03-17 17:42:23 +0100
commit8978453ef0492c833d42599c758d25f8ed5afde0 (patch)
treee0652bf94479213be1a89945f9aa3d7eee1f9a45 /hosts
parentFix(hm/conf/lf): Update to new shell lib version (diff)
downloadnixos-config-8978453ef0492c833d42599c758d25f8ed5afde0.tar.gz
nixos-config-8978453ef0492c833d42599c758d25f8ed5afde0.zip
Fix(system): Move services to system
Diffstat (limited to 'hosts')
-rw-r--r--hosts/apzu/configuration.nix2
-rw-r--r--hosts/lahmu/configuration.nix2
-rw-r--r--hosts/mammun/configuration.nix2
-rw-r--r--hosts/spawn/configuration.nix3
-rw-r--r--hosts/tiamat/configuration.nix2
5 files changed, 0 insertions, 11 deletions
diff --git a/hosts/apzu/configuration.nix b/hosts/apzu/configuration.nix
index 8e78949b..0e71a7ba 100644
--- a/hosts/apzu/configuration.nix
+++ b/hosts/apzu/configuration.nix
@@ -11,8 +11,6 @@
     ./networking.nix
 
     ../../system
-
-    ../../services
   ];
 
   system.stateVersion = "23.05";
diff --git a/hosts/lahmu/configuration.nix b/hosts/lahmu/configuration.nix
index dbf6327c..a3274958 100644
--- a/hosts/lahmu/configuration.nix
+++ b/hosts/lahmu/configuration.nix
@@ -11,8 +11,6 @@
     ./networking.nix
 
     ../../system
-
-    ../../services
   ];
 
   soispha = {
diff --git a/hosts/mammun/configuration.nix b/hosts/mammun/configuration.nix
index 294fc815..0252e8e8 100644
--- a/hosts/mammun/configuration.nix
+++ b/hosts/mammun/configuration.nix
@@ -12,8 +12,6 @@
     ./networking.nix
 
     ../../system
-
-    ../../services
   ];
   soispha = {
     users = {
diff --git a/hosts/spawn/configuration.nix b/hosts/spawn/configuration.nix
index e7739e3d..ff50f404 100644
--- a/hosts/spawn/configuration.nix
+++ b/hosts/spawn/configuration.nix
@@ -5,9 +5,6 @@
     ./networking.nix
 
     ../../system
-
-    # TODO ?
-    ../../services
   ];
 
   system.stateVersion = "23.05";
diff --git a/hosts/tiamat/configuration.nix b/hosts/tiamat/configuration.nix
index 7f68621c..44a89d70 100644
--- a/hosts/tiamat/configuration.nix
+++ b/hosts/tiamat/configuration.nix
@@ -13,8 +13,6 @@
     ../../secrets
 
     ../../system
-
-    ../../services
   ];
 
   system.stateVersion = "23.05";