2023-03-15 16:30:35 +00:00
|
|
|
{ config, pkgs, ... }:
|
|
|
|
|
|
|
|
{
|
2023-04-05 12:06:59 +00:00
|
|
|
deuxfleurs.siteName = "scorpio";
|
|
|
|
deuxfleurs.staticIPv4.defaultGateway = "192.168.1.254";
|
|
|
|
deuxfleurs.cnameTarget = "scorpio.site.deuxfleurs.fr.";
|
|
|
|
deuxfleurs.publicIPv4 = "82.65.41.110";
|
2023-03-15 16:30:35 +00:00
|
|
|
|
|
|
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
|
|
|
}
|