Auto upgrade
This commit is contained in:
parent
476a143db5
commit
4e5996e32f
1 changed files with 4 additions and 0 deletions
|
@ -417,6 +417,10 @@
|
|||
#
|
||||
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
|
||||
system.stateVersion = "23.11"; # Did you read the comment?
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
flake = "git+https://git.icanttype.org/cdombroski/nix-configs.git";
|
||||
};
|
||||
zramSwap.enable = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue