suggestion

This commit is contained in:
Osman Faruk Bayram 2025-10-21 16:34:37 +03:00
parent a8e7aebcde
commit 06a4200ca5

View file

@ -73,7 +73,7 @@
}; };
# Optimize store automatically # Optimize store automatically
nix.settings.auto-optimise-store = lib.mkDefault true; nix.optimise.automatic = true;
system.configurationRevision = inputs.self.rev or "dirty"; system.configurationRevision = inputs.self.rev or "dirty";