diff options
author | Alex Auvolat <lx@deuxfleurs.fr> | 2024-12-08 10:05:46 +0100 |
---|---|---|
committer | Alex Auvolat <lx@deuxfleurs.fr> | 2024-12-08 10:05:46 +0100 |
commit | b42364749d03e9defc1c8dff250f7960096fdeba (patch) | |
tree | 58e8d49f2a0bb4d6ed60c20a939335eb4ec43c44 /cluster/prod/site | |
parent | 68151cdd590c52ac0b0e3bfc13f21f46325b2e4e (diff) | |
download | nixcfg-b42364749d03e9defc1c8dff250f7960096fdeba.tar.gz nixcfg-b42364749d03e9defc1c8dff250f7960096fdeba.zip |
prod: finalize removal of zone orion
Diffstat (limited to 'cluster/prod/site')
-rw-r--r-- | cluster/prod/site/orion.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cluster/prod/site/orion.nix b/cluster/prod/site/orion.nix deleted file mode 100644 index dd8e208..0000000 --- a/cluster/prod/site/orion.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ config, pkgs, ... }: - -{ - deuxfleurs.siteName = "orion"; - deuxfleurs.staticIPv4.defaultGateway = "192.168.1.254"; - deuxfleurs.cnameTarget = "orion.site.deuxfleurs.fr."; - deuxfleurs.publicIPv4 = "82.66.80.201"; -} |