we got updates

This commit is contained in:
alisceon 2025-08-12 21:41:55 +02:00
parent 5cdc5962c6
commit 781f88eb16

View file

@ -11,17 +11,17 @@
}; # end loader.systemd-boot }; # end loader.systemd-boot
}; # end boot }; # end boot
system.stateVersion = "24.05"; system.stateVersion = "24.05";
# system.autoUpgrade = { system.autoUpgrade = {
# enable = true; enable = true;
# persistent = true; persistent = true;
# flake = "/home/alisceon/.nixos_config"; flake = "/home/alisceon/.nixos_config";
# flags = [ flags = [
# "--update-input" "--update-input"
# "nixpkgs" "nixpkgs"
# "-L" "-L"
# ]; ];
# dates = "daily"; dates = "daily";
# }; # end system.autoUpgrade }; # end system.autoUpgrade
nix = { nix = {
settings = { settings = {