From 7f6429a8c4f1f4982443ce443aa03fed1e7eaebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 15 Apr 2024 09:50:57 +0200 Subject: [PATCH] Add torjus to nix trusted users --- hosts/gunter/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/gunter/configuration.nix b/hosts/gunter/configuration.nix index 4b89ad5..7bf939b 100644 --- a/hosts/gunter/configuration.nix +++ b/hosts/gunter/configuration.nix @@ -112,6 +112,7 @@ # Enable flakes nix.settings.experimental-features = [ "nix-command" "flakes" ]; + nix.settings.trusted-users = [ "root" "torjus" ]; nixpkgs.config.allowUnfree = true; # Install system-wide packages