Auto-update systems
This commit is contained in:
parent
a5ce04a70d
commit
ebf6fbc627
1 changed files with 9 additions and 1 deletions
|
@ -34,7 +34,15 @@
|
|||
config = {
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
||||
system.stateVersion = config.chvp.stateVersion;
|
||||
system = {
|
||||
stateVersion = config.chvp.stateVersion;
|
||||
autoUpgrade = {
|
||||
enable = true;
|
||||
flake = "github:chvp/nixos-config";
|
||||
dates = "01/4:00";
|
||||
randomizedDelaySec = "10min";
|
||||
};
|
||||
};
|
||||
home-manager.users = {
|
||||
charlotte = { ... }: {
|
||||
home.stateVersion = config.chvp.stateVersion;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue