This commit is contained in:
2024-07-23 20:46:41 -07:00
parent 4a21cf05d2
commit 2b597ff20a

View File

@@ -9,6 +9,7 @@
networking = {
hostName = "monolith";
hostId = "44551c32";
firewall.allowedTCPPorts = [ 80 ];
};
fileSystems = {
@@ -37,6 +38,12 @@
supportedFilesystems = [ "zfs" ];
};
services.static-web-server = {
enable = true;
listen = "[::]:80";
root = "/srv/www";
};
time.timeZone = "America/Los_Angeles";
system.stateVersion = "24.05";