about summary refs log tree commit diff stats
path: root/sys/svcs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/svcs/default.nix')
-rw-r--r--sys/svcs/default.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/sys/svcs/default.nix b/sys/svcs/default.nix
deleted file mode 100644
index 56a16055..00000000
--- a/sys/svcs/default.nix
+++ /dev/null
@@ -1,19 +0,0 @@
-{...}: {
-  imports = [
-    ./adb
-    ./backup
-    ./dconf
-    ./fwupd
-    ./getty
-    ./nix
-    ./openssh
-    ./postgresql
-    ./printing
-    ./scanning
-    #./serverphone
-    ./snapper
-    ./steam
-    ./swaylock
-    ./xdg
-  ];
-}