we got updates
This commit is contained in:
parent
5cdc5962c6
commit
781f88eb16
1 changed files with 11 additions and 11 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue