diff --git a/configuration.nix b/configuration.nix index e0b91f5b..d76375e0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -152,7 +152,7 @@ ]; # Enable various system services - services { + services = { openssh.enable = true; tailscale.enable = true; };