nixcfg/cluster/staging/site/neptune.nix

9 lines
183 B
Nix
Raw Normal View History

2021-11-18 15:40:19 +00:00
{ config, pkgs, ... }:
{
2023-03-24 14:26:39 +00:00
deuxfleurs.siteName = "neptune";
deuxfleurs.cnameTarget = "neptune.site.staging.deuxfleurs.org.";
2022-12-07 16:13:03 +00:00
2021-12-08 16:57:54 +00:00
networking.firewall.allowedTCPPorts = [ 80 443 ];
2021-11-18 15:40:19 +00:00
}