diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-14 14:21:48 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-14 14:21:48 +0200 |
commit | 0c199fd0aecdc45bc68898f0a1980bd48a5187f2 (patch) | |
tree | fa3e432973469a473bea8e1d8f36ad296260c7a7 | |
parent | 6f624bd369713e4453dfae8b23c93e1c9a37e3da (diff) | |
download | nixos-0c199fd0aecdc45bc68898f0a1980bd48a5187f2.tar nixos-0c199fd0aecdc45bc68898f0a1980bd48a5187f2.tar.gz nixos-0c199fd0aecdc45bc68898f0a1980bd48a5187f2.tar.bz2 nixos-0c199fd0aecdc45bc68898f0a1980bd48a5187f2.tar.xz nixos-0c199fd0aecdc45bc68898f0a1980bd48a5187f2.zip |
monitor-uucp
-rw-r--r-- | odin.nix | 8 | ||||
m--------- | utils | 0 |
2 files changed, 8 insertions, 0 deletions
@@ -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 | ||