aboutsummaryrefslogtreecommitdiff
path: root/hosts/vps/configuration.nix
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-06-16 11:55:38 +0200
committerschererleander <leander@schererleander.de>2025-06-16 11:55:38 +0200
commit024593f9a87f49de02decde17100374ff9567694 (patch)
treeb72ec14769eff0a5bb339cffbc2d5e1751ccc852 /hosts/vps/configuration.nix
parent7989cb6dd96448a55b324b20ec0fcd2276f87f06 (diff)
enable autoupgrade
Diffstat (limited to 'hosts/vps/configuration.nix')
-rw-r--r--hosts/vps/configuration.nix2
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;