1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00
This commit is contained in:
RGBCube 2023-12-30 22:33:58 +03:00
parent 66801ef414
commit 7c1900dff6
No known key found for this signature in database
5 changed files with 124 additions and 1 deletions

7
modules/site/default.nix Normal file
View file

@ -0,0 +1,7 @@
{ ulib, ... }: with ulib;
systemConfiguration {
services.site = { # enabled {
openFirewall = true;
};
}