summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/odin.nix b/odin.nix
index 417f66eb..39f3659d 100644
--- a/odin.nix
+++ b/odin.nix
@@ -276,11 +276,7 @@
276 }; 276 };
277 277
278 security.wrappers = { 278 security.wrappers = {
279 "monitor-uucp" = { 279 "monitor-uucp".source = "${pkgs.callPackage ./utils/nix/monitor-uucp.nix {}}/bin/monitor-uucp";
280 source = "${pkgs.callPackage ./utils/nix/monitor-uucp.nix {}}/bin/monitor-uucp";
281 owner = "uucp";
282 group = "nogroup";
283 };
284 }; 280 };
285 281
286 systemd.status-mail = { 282 systemd.status-mail = {