diff --git a/hosts/common.nix b/hosts/common.nix index 5143bce..57451c9 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -65,7 +65,10 @@ in { # Enable features in Nix commands - nix.extraOptions = "experimental-features = nix-command flakes"; + nix.extraOptions = '' + experimental-features = nix-command flakes + warn-dirty = false + ''; # Basic common system packages for all devices environment.systemPackages = with pkgs; [ git vim wget curl ];