Merge remote-tracking branch 'leon/leon-vps'

This commit is contained in:
Astro 2022-09-19 21:33:36 +02:00
commit 52b81913d3
1 changed files with 7 additions and 1 deletions

View File

@ -43,13 +43,19 @@ in
createHome = true;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM2zpmWA3Z9zshWaU8k1SWyJnbAyasOu9pV+9BvTY0XE leon@¯\_()_/¯"
];
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJPZoT83l0ogbJpviBs4VmO+NdF4NPtYAnyf8RRSoXsv leon@leon"
];
};
networking.firewall = {
allowedTCPPorts = [ 80 443 ];
allowedUDPPorts = [ ];
};
#------------------DOCKER----------------------------
virtualisation.docker.enable = true;
#------------------DOCKER----------------------------
system.stateVersion = "22.05";
}