update port #68

Merged
astro merged 3 commits from :vps-leon into master 2022-09-26 04:04:14 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 6c6859d414 - Show all commits

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----------------------------