From 4eb27ecea63e2421761526163dcdc27e858bfb12 Mon Sep 17 00:00:00 2001 From: geemili Date: Tue, 9 Jan 2024 14:30:14 -0700 Subject: [PATCH] fix: add missing semicolon --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 2fe807f..09e5006 100644 --- a/configuration.nix +++ b/configuration.nix @@ -490,7 +490,7 @@ systemd.services."caddy.service" = { Requires = [ "tailscaled.service" ]; After = [ "sys-subsystem-net-devices-tailscale0.device" "tailscaled.service" ]; - } + }; # Headscale for access to the network while away from home services.headscale = {