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 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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue