]> gitweb.ps.run Git - flake_thinkpad/commitdiff
add trusted user to nix
authorPatrick <patrick.schoenberger@posteo.de>
Mon, 13 Oct 2025 19:56:20 +0000 (21:56 +0200)
committerPatrick <patrick.schoenberger@posteo.de>
Mon, 13 Oct 2025 19:56:20 +0000 (21:56 +0200)
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/";