web02: init
This commit is contained in:
parent
967b3efeef
commit
cc367a8b05
8 changed files with 152 additions and 2 deletions
modules/nixos/common
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue