From a016abced0a000f5bc0b5332076cd27e8f97a4a3 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 8 May 2025 08:43:36 +0200 Subject: [PATCH] feat(servers): fix option. --- hosts/nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos/configuration.nix b/hosts/nixos/configuration.nix index f93b0c5..193b0c7 100644 --- a/hosts/nixos/configuration.nix +++ b/hosts/nixos/configuration.nix @@ -26,7 +26,7 @@ nix.settings.experimental-features = ["nix-command" "flakes"]; # Enable trusted users - nix.trustedUsers = ["root" "@wheel"]; + nix.settings.trustedUsers = ["root" "@wheel"]; # Setup gpu hardware.graphics = {