diff --git a/nixos/common.nix b/nixos/common.nix index 0d85d6d..bd83146 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -146,6 +146,7 @@ in }; nix = { + trustedUsers = [ "root" "daniel" ]; settings = { experimental-features = lib.mkDefault [ "nix-command" "flakes" ]; substituters = [