Enable autoUpgrade

This commit is contained in:
Jordan Holt 2023-12-16 20:21:26 +00:00
parent aa5a4e27a3
commit 26be10bd0c
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -44,6 +44,12 @@
neovim
];
system.autoUpgrade = {
enable = true;
flake = "git+ssh://git@git.vimium.com/jordan/nix-config.git";
randomizedDelaySec = "10min";
};
nix = {
settings = {
connect-timeout = 5;