services/website: init

This commit is contained in:
LavaDesu 2025-05-22 23:42:08 +10:00
parent f35d104f84
commit 93279eb6e6
Signed by: cilly
GPG key ID: 6500251E087653C9
4 changed files with 27 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ config, inputs, ... }: {
{ config, ... }: {
networking.firewall.allowedTCPPorts = [ 80 443 ];
security.acme = {
acceptTerms = true;