feat: Add state version

This commit is contained in:
Inex Code
2023-03-17 14:50:54 +03:00
parent 497cf28ecc
commit 2e175f8c10
3 changed files with 9 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ in
allowReboot = config.services.userdata.autoUpgrade.allowReboot;
channel = "https://channel.selfprivacy.org/nixos-selfpricacy";
};
system.stateVersion = config.services.userdata.stateVersion;
nix = {
optimise.automatic = true;
gc = {