summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2019-02-17 14:08:07 +0100
committerrnhmjoj <rnhmjoj@inventati.org>2019-02-17 18:26:00 +0100
commit6871e4393780c0cef6d11e467d1c58aef7e7efea (patch)
treeb676c6e4106f264de6d88df69d001c948a79b48e /nixos/modules
parentd919ccde6ea225f6c1837425baa47f948e4ff571 (diff)
nixos/diod: fix permissions
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/network-filesystems/diod.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/network-filesystems/diod.nix b/nixos/modules/services/network-filesystems/diod.nix
index 556fad4d8ab42..063bae6ddb1d6 100644
--- a/nixos/modules/services/network-filesystems/diod.nix
+++ b/nixos/modules/services/network-filesystems/diod.nix
@@ -153,7 +153,6 @@ in
       after = [ "network.target" ];
       serviceConfig = {
         ExecStart = "${pkgs.diod}/sbin/diod -f -c ${diodConfig}";
-        CapabilityBoundingSet = "cap_net_bind_service+=ep";
       };
     };
   };