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 boot
system.stateVersion = "24.05";
# system.autoUpgrade = {
# enable = true;
# persistent = true;
# flake = "/home/alisceon/.nixos_config";
# flags = [
# "--update-input"
# "nixpkgs"
# "-L"
# ];
# dates = "daily";
# }; # end system.autoUpgrade
system.autoUpgrade = {
enable = true;
persistent = true;
flake = "/home/alisceon/.nixos_config";
flags = [
"--update-input"
"nixpkgs"
"-L"
];
dates = "daily";
}; # end system.autoUpgrade
nix = {
settings = {