]> gitweb.ps.run Git - flake_thinkpad/blobdiff - configuration.nix
add trusted user to nix
[flake_thinkpad] / configuration.nix
index cb526d1b7c64682cac7f7a2ffab79a22679138c9..c7c77d1c5dcb272f5f285430bb5e7ff6f9924dd4 100644 (file)
@@ -53,6 +53,7 @@ in
 
   nix.settings.experimental-features = [ "nix-command" "flakes" ];
   nix.settings.download-buffer-size = 500000000;
+  nix.config.trusted-users = ["root" "ps"];
 
   # Configure network proxy if necessary
   # networking.proxy.default = "http://user:password@proxy:port/";