web02: init

This commit is contained in:
zowoq 2023-07-22 09:50:53 +10:00
parent 967b3efeef
commit cc367a8b05
8 changed files with 152 additions and 2 deletions
modules/nixos/common

View file

@ -39,6 +39,10 @@
hostNames = [ "web01.nix-community.org" ];
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBlk4GXei97txlkLtRQDblje0YXZxQnu5w7rVSBPzYRl";
};
web02 = {
hostNames = [ "web02.nix-community.org" ];
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILAkBZMRNgsJ/IbLtjMHqBw/9+4tyn9nT+5B5RFiV0vJ";
};
};
services.openssh = {