diff --git a/nix/system/configuration.nix b/nix/system/configuration.nix index df4cdf7..ba263e5 100644 --- a/nix/system/configuration.nix +++ b/nix/system/configuration.nix @@ -161,7 +161,7 @@ shell = pkgs.zsh; }; - nix.trustedUsers = [ "root" "haak" ]; + nix.settings.trusted-users = [ "root" "haak" ]; # This value determines the NixOS release with which your system is to be # compatible, in order to avoid breaking some software such as database