summary refs log tree commit diff
path: root/nixos/modules/services/networking/firefox/sync-server.nix
diff options
context:
space:
mode:
authorNicolas B. Pierron <nicolas.b.pierron@gmail.com>2014-12-12 22:13:03 +0100
committerNicolas B. Pierron <nicolas.b.pierron@gmail.com>2014-12-12 22:13:03 +0100
commita0154145d52c27416c65d7c2289f3fae61182181 (patch)
tree6a7a014ccba6b45302cf4b1ec5afab900e97c3b6 /nixos/modules/services/networking/firefox/sync-server.nix
parent15327098547ccb9a134d917cb1ea524646c9625a (diff)
downloadnixlib-a0154145d52c27416c65d7c2289f3fae61182181.tar
nixlib-a0154145d52c27416c65d7c2289f3fae61182181.tar.gz
nixlib-a0154145d52c27416c65d7c2289f3fae61182181.tar.bz2
nixlib-a0154145d52c27416c65d7c2289f3fae61182181.tar.lz
nixlib-a0154145d52c27416c65d7c2289f3fae61182181.tar.xz
nixlib-a0154145d52c27416c65d7c2289f3fae61182181.tar.zst
nixlib-a0154145d52c27416c65d7c2289f3fae61182181.zip
Firefox Sync Server: Fix copy&paste issue.
Diffstat (limited to 'nixos/modules/services/networking/firefox/sync-server.nix')
-rw-r--r--nixos/modules/services/networking/firefox/sync-server.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/firefox/sync-server.nix b/nixos/modules/services/networking/firefox/sync-server.nix
index db249fe5a72f..0d2306c69949 100644
--- a/nixos/modules/services/networking/firefox/sync-server.nix
+++ b/nixos/modules/services/networking/firefox/sync-server.nix
@@ -127,8 +127,6 @@ in
         fi
       '';
       serviceConfig.ExecStart = "paster serve ${syncServerIni}";
-      serviceConfig.User = "deluge";
-      serviceConfig.Group = "deluge";
     };
 
   };