about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-08-29 18:22:51 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2016-08-29 23:48:12 +0200
commit68210aa772ebf669bbf9b691d96cab98725f888a (patch)
tree34ce98b6b27db3a698f913745d08cfae21906df1 /nixos
parent23a7e6e9110d9bd7e3ffd24b27c50d96ad0eaa17 (diff)
dnscrypt-proxy module: serviceConfig.Group is redundant
Same as user's primary group if left unspecified
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/dnscrypt-proxy.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/dnscrypt-proxy.nix b/nixos/modules/services/networking/dnscrypt-proxy.nix
index 3102bd7492a71..97764cd2ed349 100644
--- a/nixos/modules/services/networking/dnscrypt-proxy.nix
+++ b/nixos/modules/services/networking/dnscrypt-proxy.nix
@@ -221,7 +221,6 @@ in
         ExecStart = "${dnscrypt-proxy}/bin/dnscrypt-proxy ${toString daemonArgs}";
 
         User = "dnscrypt-proxy";
-        Group = "dnscrypt-proxy";
 
         PrivateTmp = true;
         PrivateDevices = true;