diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/vps/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/vps/configuration.nix b/hosts/vps/configuration.nix index cf1d516..b0841d4 100644 --- a/hosts/vps/configuration.nix +++ b/hosts/vps/configuration.nix @@ -35,6 +35,8 @@ neovim htop ]; + + system.autoUpgrade.enable = true; services.openssh = { enable = true; |
