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

Add todos

This commit is contained in:
RGBCube 2024-01-18 01:08:34 +03:00
parent 5f1253638e
commit ebcedfc97d
No known key found for this signature in database
2 changed files with 9 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, ulib, pkgs, ... }: with ulib;
{ config, ulib, ... }: with ulib;
serverSystemConfiguration {
networking.firewall.allowedTCPPorts = [ 80 443 ];