From 0c199fd0aecdc45bc68898f0a1980bd48a5187f2 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 14 Apr 2018 14:21:48 +0200 Subject: monitor-uucp --- odin.nix | 8 ++++++++ utils | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/odin.nix b/odin.nix index f34e1e99..480031c3 100644 --- a/odin.nix +++ b/odin.nix @@ -274,6 +274,14 @@ statdPort = 4000; }; + security.wrappers = { + "monitor-uucp" = { + source = "${pkgs.callPackage ./utils/nix/monitor-uucp.nix {}}/bin/monitor-uucp"; + owner = "uucp"; + group = "nogroup"; + }; + }; + system.autoUpgrade.enable = true; system.stateVersion = "18.09"; diff --git a/utils b/utils index 3fc89b51..3bb2f9a6 160000 --- a/utils +++ b/utils @@ -1 +1 @@ -Subproject commit 3fc89b51602f48938dcaa3d272fce130cd674093 +Subproject commit 3bb2f9a6caef07cd2d798fe52e340df524663a82 -- cgit v1.2.3