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
1 changed files with 2 additions and 2 deletions

View File

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