mermet: add julm to nix's trusted users
authorJulien Moutinho <julm@autogeree.net>
Fri, 17 Jan 2020 16:29:29 +0000 (16:29 +0000)
committerJulien Moutinho <julm@autogeree.net>
Fri, 17 Jan 2020 16:29:29 +0000 (16:29 +0000)
servers/mermet.nix

index 88611b9e47a6b9f11d7afb1dd8059bb5b3b81b91..da2c02551bae7a996fa3eca856b3ef7a2af3b58d 100644 (file)
@@ -16,6 +16,11 @@ in
   # You should change this only after NixOS release notes say you should.
   system.stateVersion = "19.09"; # Did you read the comment?
 
+  nix = {
+    autoOptimiseStore = true;
+    trustedUsers = [ "julm" ];
+  };
+
   nixpkgs.overlays = import ../overlays.nix;
 
   imports =