mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Add site
This commit is contained in:
parent
66801ef414
commit
7c1900dff6
5 changed files with 124 additions and 1 deletions
7
modules/site/default.nix
Normal file
7
modules/site/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ulib, ... }: with ulib;
|
||||
|
||||
systemConfiguration {
|
||||
services.site = { # enabled {
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue