diff options
author | ene <ene@sils.li> | 2023-03-17 17:42:23 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-03-17 17:42:23 +0100 |
commit | 8978453ef0492c833d42599c758d25f8ed5afde0 (patch) | |
tree | e0652bf94479213be1a89945f9aa3d7eee1f9a45 | |
parent | Fix(hm/conf/lf): Update to new shell lib version (diff) | |
download | nixos-config-8978453ef0492c833d42599c758d25f8ed5afde0.tar.gz nixos-config-8978453ef0492c833d42599c758d25f8ed5afde0.zip |
Fix(system): Move services to system
-rw-r--r-- | hosts/apzu/configuration.nix | 2 | ||||
-rw-r--r-- | hosts/lahmu/configuration.nix | 2 | ||||
-rw-r--r-- | hosts/mammun/configuration.nix | 2 | ||||
-rw-r--r-- | hosts/spawn/configuration.nix | 3 | ||||
-rw-r--r-- | hosts/tiamat/configuration.nix | 2 | ||||
-rw-r--r-- | system/default.nix | 1 | ||||
-rw-r--r-- | system/services/dconf/default.nix (renamed from services/dconf/default.nix) | 0 | ||||
-rw-r--r-- | system/services/default.nix (renamed from services/default.nix) | 0 | ||||
-rw-r--r-- | system/services/nix/default.nix (renamed from services/nix/default.nix) | 0 | ||||
-rw-r--r-- | system/services/openssh/default.nix (renamed from services/openssh/default.nix) | 0 | ||||
-rw-r--r-- | system/services/printing/default.nix (renamed from services/printing/default.nix) | 0 | ||||
-rw-r--r-- | system/services/snapper/default.nix (renamed from services/snapper/default.nix) | 0 |
12 files changed, 1 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"; diff --git a/system/default.nix b/system/default.nix index 85971ba5..13386a6d 100644 --- a/system/default.nix +++ b/system/default.nix @@ -10,6 +10,7 @@ ./users # the position of this item is fully arbitrary ./polkit ./graphics + ./services ]; # TODO does this really remove all the bloatware, nixos installs by default? environment = { diff --git a/services/dconf/default.nix b/system/services/dconf/default.nix index db35208e..db35208e 100644 --- a/services/dconf/default.nix +++ b/system/services/dconf/default.nix diff --git a/services/default.nix b/system/services/default.nix index 36cf9763..36cf9763 100644 --- a/services/default.nix +++ b/system/services/default.nix diff --git a/services/nix/default.nix b/system/services/nix/default.nix index 15c3a026..15c3a026 100644 --- a/services/nix/default.nix +++ b/system/services/nix/default.nix diff --git a/services/openssh/default.nix b/system/services/openssh/default.nix index 5ee48a0c..5ee48a0c 100644 --- a/services/openssh/default.nix +++ b/system/services/openssh/default.nix diff --git a/services/printing/default.nix b/system/services/printing/default.nix index 3b193eab..3b193eab 100644 --- a/services/printing/default.nix +++ b/system/services/printing/default.nix diff --git a/services/snapper/default.nix b/system/services/snapper/default.nix index 547ee3f5..547ee3f5 100644 --- a/services/snapper/default.nix +++ b/system/services/snapper/default.nix |