diff --git a/hosts/desktop.nix b/hosts/desktop.nix index 387ac59..163a9c1 100644 --- a/hosts/desktop.nix +++ b/hosts/desktop.nix @@ -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;