]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/pub/default.nix
Add monitoring for tiboqorl
[perso/Immae/Config/Nix.git] / modules / private / pub / default.nix
index 790395c68f9b3b7b9dc5be9217c99fe729426a34..49f3ab8a1907fcd4e7a27a615c05ce94351d17ce 100644 (file)
@@ -19,7 +19,7 @@
       rootDir = "/var/lib/pub";
     };
     users.users.pub = let
-      restrict = pkgs.runCommand "restrict" { 
+      restrict = pkgs.runCommand "restrict" {
         file = ./restrict;
         buildInputs = [ pkgs.makeWrapper ];
       } ''