From e087b781049e00abfa7f1c7b8b7b06a1d4228c95 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 13 Oct 2025 21:56:20 +0200 Subject: [PATCH 1/1] add trusted user to nix --- configuration.nix | 1 + 1 file changed, 1 insertion(+) 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/"; -- 2.50.1