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

Add orhan

This commit is contained in:
RGBCube 2024-01-03 10:28:49 +03:00
parent eca260af5a
commit ca42253a29
No known key found for this signature in database

View file

@ -12,6 +12,10 @@
extraGroups = [ "wheel" ];
};
users.users.orhan = graphicalUser {
description = "Orhan";
};
networking.firewall = enabled {
allowedTCPPorts = [ 8080 ];
};