mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Enable site service
This commit is contained in:
parent
93a7bcb0b4
commit
3e8beda40e
2 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,9 @@
|
|||
{ ulib, ... }: with ulib;
|
||||
|
||||
serverSystemConfiguration {
|
||||
services.site = { # enabled {
|
||||
services.site = enabled {
|
||||
httpPort = 80;
|
||||
httpsPort = 443;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue