summary refs log tree commit diff
diff options
context:
space:
mode:
authorJulien Moutinho <julm+nixpkgs@sourcephile.fr>2021-08-28 14:11:45 +0200
committerJulien Moutinho <julm+nixpkgs@sourcephile.fr>2021-10-18 19:35:48 +0200
commit90877765d34cef78609ba82eae59818d69bcaea6 (patch)
tree8c9d80efaf4741558e8d6e533ee7c78a9f515475
parentaaf21b96368c1008ac633ebfce89acfe50ecb760 (diff)
downloadnixpkgs-90877765d34cef78609ba82eae59818d69bcaea6.tar
nixpkgs-90877765d34cef78609ba82eae59818d69bcaea6.tar.gz
nixpkgs-90877765d34cef78609ba82eae59818d69bcaea6.tar.bz2
nixpkgs-90877765d34cef78609ba82eae59818d69bcaea6.tar.lz
nixpkgs-90877765d34cef78609ba82eae59818d69bcaea6.tar.xz
nixpkgs-90877765d34cef78609ba82eae59818d69bcaea6.tar.zst
nixpkgs-90877765d34cef78609ba82eae59818d69bcaea6.zip
nixos/transmission: remove SystemCallErrorNumber= to raise errors
-rw-r--r--nixos/modules/services/torrent/transmission.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/torrent/transmission.nix b/nixos/modules/services/torrent/transmission.nix
index 61e8cfe44f6..d5c62550ece 100644
--- a/nixos/modules/services/torrent/transmission.nix
+++ b/nixos/modules/services/torrent/transmission.nix
@@ -348,7 +348,6 @@ in
           "quotactl"
         ];
         SystemCallArchitectures = "native";
-        SystemCallErrorNumber = "EPERM";
       };
     };