diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 7b34598..7d16acb 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -101,6 +101,9 @@ }; nix = { + extraOptions = '' + warn-dirty = false + ''; settings = { auto-optimise-store = true; experimental-features = [ "nix-command" "flakes" ];