From b38c4013e7c0131a0b8e2c67d9210d179370a5ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 14 Sep 2023 15:15:27 +0300 Subject: [PATCH] cosmetics: quoting it's fine, there is overrides.conf --- modules/services/tailscale/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/tailscale/default.nix b/modules/services/tailscale/default.nix index d78e616..01e406f 100644 --- a/modules/services/tailscale/default.nix +++ b/modules/services/tailscale/default.nix @@ -24,7 +24,7 @@ in { networking.firewall.allowedUDPPorts = [myData.ports.tailscale]; } (mkIf cfg.silenceLogs { - systemd.services.tailscaled.serviceConfig."StandardOutput" = "null"; + systemd.services.tailscaled.serviceConfig.StandardOutput = "null"; }) ]); }