From e583f5a3c75c33332be793b9ae2fdd516502a319 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 2 Jul 2023 18:27:23 +0900 Subject: [PATCH] Typo --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };