From c41d29f6daf43ca64d18c73a6f46e7e54a4f54df Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Tue, 15 Mar 2022 22:49:13 -0700 Subject: [PATCH] listen to nix update warnings --- nix/system/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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