diff --git a/modules/common.nix b/modules/common.nix index 6aefe9f..6d30169 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -7,6 +7,7 @@ nix.settings = { experimental-features = [ "nix-command" "flakes" ]; auto-optimise-store = true; + trusted-users = [ "root" "ldx" ]; }; environment.systemPackages = with pkgs; [