about summary refs log tree commit diff
path: root/hosts/aptos/services.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/aptos/services.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/hosts/aptos/services.nix b/hosts/aptos/services.nix
index 379ce78..4e9e8ae 100644
--- a/hosts/aptos/services.nix
+++ b/hosts/aptos/services.nix
@@ -5,17 +5,7 @@ let
 in
 {
   my.services = {
-    # enable a few services related to the gnome desktop
-    gnome.enable = true;
-
-    # we need avahi in order to use the printer/scanner
-    avahi.enable = true;
-
     syncthing.enable = true;
-
-    # for the yubikeys
-    pcscd.enable = true;
-
     backup = {
       enable = true;
       repository = "sftp:192.168.6.40:/aptos";