nixcfg/cluster/prod/site/neptune.nix
2022-02-09 15:38:36 +01:00

11 lines
157 B
Nix

{ config, pkgs, ... }:
{
networking.defaultGateway = {
address = "192.168.1.254";
interface = "eno1";
};
deuxfleurs.site_name = "neptune";
}