nixcfg/os/host_TOREWORK/cluster/prod/site/neptune.nix
2022-04-21 23:00:43 +02:00

10 lines
205 B
Nix

{ 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" ];
}