diff options
author | Linnnus <[email protected]> | 2023-11-20 19:44:04 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-11-20 19:44:04 +0100 |
commit | e2cc47f4194b2ba43f407ab9d7e4232b567c21f2 (patch) | |
tree | 3fe847a5de72c18ca61f61eb3ca4cba80b403534 | |
parent | 96fbb3074d44eb66f8ea31e2c9ba65264f6ad346 (diff) |
hosts/ahmed: Formating.........
-rw-r--r-- | hosts/ahmed/configuration.nix | 2 |
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]; |