From: Patrick Date: Mon, 13 Oct 2025 19:56:20 +0000 (+0200) Subject: add trusted user to nix X-Git-Url: https://gitweb.ps.run/flake_thinkpad/commitdiff_plain/e087b781049e00abfa7f1c7b8b7b06a1d4228c95 add trusted user to nix --- diff --git a/configuration.nix b/configuration.nix index cb526d1..c7c77d1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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/";