leon-vps #62

Merged
astro merged 2 commits from :leon-vps into master 2022-09-22 12:03:01 +02:00

View File

@ -37,7 +37,7 @@ in
wget vim python3Full nmap htop wireguard-tools wget vim python3Full nmap htop wireguard-tools
]; ];
users.users.leon = { users.users.leoncloud = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" ]; extraGroups = [ "wheel" ];
createHome = true; createHome = true;
@ -48,7 +48,7 @@ in
}; };
networking.firewall = { networking.firewall = {
allowedTCPPorts = [ 80 443 ]; allowedTCPPorts = [ 80 443 22 ];
allowedUDPPorts = [ ]; allowedUDPPorts = [ ];
}; };
#------------------DOCKER---------------------------- #------------------DOCKER----------------------------