vps-leon #73

Merged
astro merged 2 commits from :vps-leon into master 2022-10-03 03:54:30 +02:00
1 changed files with 5 additions and 3 deletions
Showing only changes of commit 79d3780b54 - Show all commits

View File

@ -65,13 +65,15 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
wget vim python3Full python310Packages.pip nmap htop wireguard-tools
wget vim python3Full python310Packages.pip nmap htop wireguard-tools docker-compose
];
virtualisation.docker.enable = true;
users.users.leon = {
isNormalUser = true;
extraGroups = [ "wheel" ];
extraGroups = [ "wheel" "docker" ];
createHome = true;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM2zpmWA3Z9zshWaU8k1SWyJnbAyasOu9pV+9BvTY0XE leon@¯\_()_/¯"
@ -105,7 +107,7 @@
#----------------------End-Routing----------------------------
peers = [
# ------------------leon-------------------------.
# ------------------leon-------------------------.
{
#leoncloud-vm
publicKey = "YhcC/xMYxh7GIyndbgBZ05oE3aTJXK4T7JgZwUDyd08=";