diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-11 17:47:26 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-11 17:47:26 +0100 |
commit | cc2c262277f5311ed1a74ba6f11d13a12c9b663f (patch) | |
tree | 1ab15f89d4cf0a75f53e2af0dbc139620e6b35cd /hosts/by-name/server3 | |
parent | zones/vhack.eu: Set correct CNAME records (diff) | |
download | nixos-server-cc2c262277f5311ed1a74ba6f11d13a12c9b663f.zip |
zones: Provide a single entry point for all zones
Diffstat (limited to 'hosts/by-name/server3')
-rw-r--r-- | hosts/by-name/server3/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/by-name/server3/configuration.nix b/hosts/by-name/server3/configuration.nix index e18d055..9ad73ea 100644 --- a/hosts/by-name/server3/configuration.nix +++ b/hosts/by-name/server3/configuration.nix @@ -18,7 +18,7 @@ "92.60.38.179" "2a03:4000:33:25b::4f4e" ]; - zones = import ../../../zones/vhack.eu/zone.nix {}; + zones = import ../../../zones {}; }; fail2ban.enable = true; nix-sync = { |