1
0
Fork 0
This commit is contained in:
Daniel Kempkens 2022-12-01 15:56:38 +01:00
parent f12a00b045
commit 1edc83f108
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -7,7 +7,7 @@
enable = true; enable = true;
# Documentation # Documentation
virtualHosts = builtins.listToAttrs builtins.map virtualHosts = builtins.listToAttrs (builtins.map
(domain: { (domain: {
name = domain; name = domain;
value = { value = {
@ -17,7 +17,7 @@
autoindex_format html; autoindex_format html;
''; '';
}; };
}) [ "katja.nifoc.pw" ]; }) [ "katja.nifoc.pw" ]);
}; };
networking.firewall.allowedTCPPorts = [ 80 ]; networking.firewall.allowedTCPPorts = [ 80 ];