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 = {