diff options
Diffstat (limited to 'tv/1systems/zu.nix')
-rw-r--r-- | tv/1systems/zu.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tv/1systems/zu.nix b/tv/1systems/zu.nix index 59e8b1c7f..194ac2928 100644 --- a/tv/1systems/zu.nix +++ b/tv/1systems/zu.nix @@ -167,9 +167,9 @@ with import <stockholm/lib>; gptfdisk ]; - security.setuidPrograms = [ - "sendmail" # for cron - ]; + security.wrappers = { + sendmail.source = "${pkgs.exim}/bin/sendmail"; # for cron + }; services.printing.enable = true; |