Merge pull request 'leon-vps' (#62) from leon/nix-config:leon-vps into master

Reviewed-on: #62
This commit is contained in:
astro 2022-09-22 12:03:00 +02:00
commit 212c6f8754

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