diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-07-15 16:56:35 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-07-15 16:56:35 +0200 |
commit | 46a61a1b237b5b676cf0821bf65932d86cfe67b5 (patch) | |
tree | 19e96c2d7d9f1a1e4c43e59a7ab6bc9bdf459d18 /modules/private/pub | |
parent | 68c45ad53b34301c1a0c59352a839db13e1f2420 (diff) | |
download | Nix-46a61a1b237b5b676cf0821bf65932d86cfe67b5.tar.gz Nix-46a61a1b237b5b676cf0821bf65932d86cfe67b5.tar.zst Nix-46a61a1b237b5b676cf0821bf65932d86cfe67b5.zip |
Add monitoring for tiboqorl
Diffstat (limited to 'modules/private/pub')
-rw-r--r-- | modules/private/pub/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/private/pub/default.nix b/modules/private/pub/default.nix index 790395c..49f3ab8 100644 --- a/modules/private/pub/default.nix +++ b/modules/private/pub/default.nix | |||
@@ -19,7 +19,7 @@ | |||
19 | rootDir = "/var/lib/pub"; | 19 | rootDir = "/var/lib/pub"; |
20 | }; | 20 | }; |
21 | users.users.pub = let | 21 | users.users.pub = let |
22 | restrict = pkgs.runCommand "restrict" { | 22 | restrict = pkgs.runCommand "restrict" { |
23 | file = ./restrict; | 23 | file = ./restrict; |
24 | buildInputs = [ pkgs.makeWrapper ]; | 24 | buildInputs = [ pkgs.makeWrapper ]; |
25 | } '' | 25 | } '' |