diff --git a/flake.lock b/flake.lock index 59423b9..0f2d490 100644 --- a/flake.lock +++ b/flake.lock @@ -691,11 +691,11 @@ "tools": "tools" }, "locked": { - "lastModified": 1704201363, - "narHash": "sha256-Yy7Iz6tmbHxTlIp8xjrybt0SpqtHqlfGI1ehr1jBvkY=", + "lastModified": 1704745537, + "narHash": "sha256-n27PD/cHZIfflTkQi2il2rMVcBfX4cvqvmo6/de52PU=", "owner": "RGBCube", "repo": "Site", - "rev": "1c834be341adad51222e2892d375e07fe4887d7a", + "rev": "7e67fdc42760cdf946db8a06fce83583b6b2a7d2", "type": "github" }, "original": { diff --git a/hosts/cube/site.nix b/hosts/cube/site.nix index a70251a..aab16d7 100644 --- a/hosts/cube/site.nix +++ b/hosts/cube/site.nix @@ -1,7 +1,9 @@ { ulib, ... }: with ulib; serverSystemConfiguration { - services.site = { # enabled { + services.site = enabled { + httpPort = 80; + httpsPort = 443; openFirewall = true; }; }