summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/ahmed/configuration.nix2
1 files changed, 1 insertions, 1 deletions
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];