1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Enable site service

This commit is contained in:
RGBCube 2024-01-09 00:05:15 +03:00
parent 93a7bcb0b4
commit 3e8beda40e
No known key found for this signature in database
2 changed files with 6 additions and 4 deletions

View file

@ -1,7 +1,9 @@
{ ulib, ... }: with ulib;
serverSystemConfiguration {
services.site = { # enabled {
services.site = enabled {
httpPort = 80;
httpsPort = 443;
openFirewall = true;
};
}