about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2018-10-06 16:07:25 +0100
committerdevhell <devhell@mailfresser.de>2018-10-06 16:07:25 +0100
commitad04fe7d4cdb61efcf2aa0a44f8bedcb94a66fcf (patch)
tree8202f918add9bbdd31afe8160adc5550545dc181
parent8b909e29482272ba5d3ab5cac026168cc42f34d0 (diff)
profiles/services: Remove profile-sync-daemon
It has been reworked in [1], and since I don't use it at the moment
there is reason to keep even the deactivated version around.

[1] https://github.com/NixOS/nixpkgs/pull/46106
-rw-r--r--modules/user/devhell/profiles/services.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/user/devhell/profiles/services.nix b/modules/user/devhell/profiles/services.nix
index acc39870..5f31d7ed 100644
--- a/modules/user/devhell/profiles/services.nix
+++ b/modules/user/devhell/profiles/services.nix
@@ -66,12 +66,6 @@ in {
       SystemMaxUse = 50M
     '';
 
-    services.psd = {
-      enable = false;
-      users = [ "dev" ];
-      browsers = [ "chromium" ];
-    };
-
     services.mpd = {
       enable = true;
       extraConfig = ''