Auto upgrade

This commit is contained in:
Chris Dombroski 2024-04-25 20:46:12 -04:00
parent 476a143db5
commit f5e2e0cf3e

View file

@ -354,6 +354,7 @@
docker-compose docker-compose
wireguard-tools wireguard-tools
nix-output-monitor nix-output-monitor
git
]; ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are
@ -417,6 +418,10 @@
# #
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion . # 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.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; zramSwap.enable = true;
} }