created update.nix

This commit is contained in:
Richie Cahill
2024-04-19 17:59:10 -04:00
parent bf2fe7396d
commit 825956dc9c
4 changed files with 19 additions and 29 deletions

View File

@ -57,6 +57,7 @@
#systemd.services.spotifyd.serviceConfig = systemd.services.spotifyd.
};
system.autoUpgrade.enable = false;
system.stateVersion = "24.05";
sops = {

View File

@ -19,6 +19,7 @@
sound.enable = true;
services = {
autopull.enable = false;
displayManager.sddm.enable = true;
@ -91,5 +92,6 @@
};
};
system.autoUpgrade.enable = false;
system.stateVersion = "23.11";
}