From e2cc47f4194b2ba43f407ab9d7e4232b567c21f2 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Mon, 20 Nov 2023 19:44:04 +0100 Subject: hosts/ahmed: Formating......... --- hosts/ahmed/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/ahmed') diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index 39f9467..2fb8e12 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -83,7 +83,7 @@ # make sure we are *actually* online. # # See: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget - systemd.services.cloudflare-dyndns.after = [ "network-online.target" ]; + systemd.services.cloudflare-dyndns.after = ["network-online.target"]; # Listen for HTTP connections. networking.firewall.allowedTCPPorts = [80 443]; -- cgit v1.2.3