summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix8
m---------utils0
2 files changed, 8 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index f34e1e99..480031c3 100644
--- a/odin.nix
+++ b/odin.nix
@@ -274,6 +274,14 @@
274 statdPort = 4000; 274 statdPort = 4000;
275 }; 275 };
276 276
277 security.wrappers = {
278 "monitor-uucp" = {
279 source = "${pkgs.callPackage ./utils/nix/monitor-uucp.nix {}}/bin/monitor-uucp";
280 owner = "uucp";
281 group = "nogroup";
282 };
283 };
284
277 system.autoUpgrade.enable = true; 285 system.autoUpgrade.enable = true;
278 system.stateVersion = "18.09"; 286 system.stateVersion = "18.09";
279 287
diff --git a/utils b/utils
Subproject 3fc89b51602f48938dcaa3d272fce130cd67409 Subproject 3bb2f9a6caef07cd2d798fe52e340df524663a8