diff --git a/provision/hosts/torus/configuration.nix b/provision/hosts/torus/configuration.nix index 504384f2..f3422f2d 100644 --- a/provision/hosts/torus/configuration.nix +++ b/provision/hosts/torus/configuration.nix @@ -98,10 +98,9 @@ modules = { programs = { chezmoi.apply = true; + borg.enable = true; }; - system = { - backup.enable = true; - terminal.enable = true; + services = { ssh.enable = true; }; };