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

Move site to cube host

This commit is contained in:
RGBCube 2024-01-02 14:02:50 +03:00
parent bdad28a88b
commit 4637d712b6
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View file

@ -1,8 +0,0 @@
{ ulib, ... }: with ulib;
systemConfiguration {
# TODO: Move to cube host.
services.site = { # enabled {
openFirewall = true;
};
}