We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a49db6 commit f6c3d4fCopy full SHA for f6c3d4f
1 file changed
nixos/modules/services/torrent/transmission.nix
@@ -225,9 +225,7 @@ in
225
# No confinement done of /nix/store here like in systemd-confinement.nix,
226
# an AppArmor profile is provided to get a confinement based upon paths and rights.
227
builtins.storeDir
228
- "-/etc/hosts"
229
- "-/etc/ld-nix.so.preload"
230
- "-/etc/localtime"
+ "/etc"
231
] ++
232
optional (cfg.settings.script-torrent-done-enabled &&
233
cfg.settings.script-torrent-done-filename != "")
0 commit comments