about summary refs log tree commit diff stats
path: root/system
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 /system
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 '')
-rw-r--r--system/default.nix1
-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
7 files changed, 1 insertions, 0 deletions
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