From 88d57f8e34e1124a4f3abcc82f7ab3d54d5727d2 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 23 Aug 2022 22:13:26 +0200 Subject: Add new cluster nodes --- cluster/prod/site/orion.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cluster/prod/site/orion.nix (limited to 'cluster/prod/site/orion.nix') diff --git a/cluster/prod/site/orion.nix b/cluster/prod/site/orion.nix new file mode 100644 index 0000000..5a521d0 --- /dev/null +++ b/cluster/prod/site/orion.nix @@ -0,0 +1,11 @@ +{ config, pkgs, ... }: + +{ + deuxfleurs.site_name = "orion"; + deuxfleurs.lan_default_gateway = "192.168.1.254"; + deuxfleurs.lan_ip_prefix_length = 24; + deuxfleurs.ipv6_prefix_length = 64; + deuxfleurs.nameservers = [ "192.168.1.254" ]; + + networking.firewall.allowedTCPPorts = [ ]; +} -- cgit v1.2.3