add new ports

This commit is contained in:
Leon Vita 2022-09-26 00:34:52 +01:00
parent 7113edface
commit 6c6859d414
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
wget vim python3Full python310Packages.pip nmap htop wireguard-tools docker-compose
];
users.users.leoncloud = {
users.users.leon-docker = {
isNormalUser = true;
extraGroups = [ "wheel" "docker" ];
createHome = true;
@ -50,7 +50,7 @@
};
networking.firewall = {
allowedTCPPorts = [ 80 443 22 ];
allowedTCPPorts = [ 80 443 22 53 14000 14500 15000 ];
allowedUDPPorts = [ 18900 ];
};
#------------------DOCKER----------------------------