about summary refs log tree commit diff
path: root/hosts/aptos/services.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-01 19:52:29 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-01 19:52:29 -0700
commit5493fe0db118b0fd934073eb63d2d2e3e1fc99df (patch)
treeb6e1a0d57b39f2c2a366358d5bcd5a54dc66e20c /hosts/aptos/services.nix
parentprofiles/laptop: consolidate services related to laptop (diff)
downloadworld-5493fe0db118b0fd934073eb63d2d2e3e1fc99df.tar.gz
profiles/workstation: moved more things around
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";