From a9a665e437a12e8a3231bf537f7f8ef10a9b9cf4 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 21 Apr 2022 23:00:43 +0200 Subject: Move files again --- os/host_TOREWORK/cluster/prod/site/neptune.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 os/host_TOREWORK/cluster/prod/site/neptune.nix (limited to 'os/host_TOREWORK/cluster/prod/site') diff --git a/os/host_TOREWORK/cluster/prod/site/neptune.nix b/os/host_TOREWORK/cluster/prod/site/neptune.nix new file mode 100644 index 0000000..900ddf0 --- /dev/null +++ b/os/host_TOREWORK/cluster/prod/site/neptune.nix @@ -0,0 +1,9 @@ +{ config, pkgs, ... }: + +{ + deuxfleurs.site_name = "neptune"; + deuxfleurs.lan_default_gateway = "192.168.1.254"; + deuxfleurs.lan_ip_prefix_length = 24; + + networking.nameservers = [ "192.168.1.254" ]; +} -- cgit v1.2.3