Add Germany
This commit is contained in:
parent
0e50a76dd6
commit
fd26ec2509
16
hosts/germany.nix
Normal file
16
hosts/germany.nix
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
description = "Fudo.org server.";
|
||||
rp = "admin";
|
||||
admin-email = "admin@fudo.org";
|
||||
domain = "fudo.org";
|
||||
site = "portage";
|
||||
profile = "server";
|
||||
arch = "x86_64-linux";
|
||||
machine-id = "64156f6159c22db23224254264fd2695";
|
||||
nixos-system = true;
|
||||
master-key = {
|
||||
public-key =
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINtTmYtnN8oNWeQz8t2f8/OzX+AQHg7oOq8QEGyLg5cd";
|
||||
private-key-file = "/state/ssh/initrd/ssh_ed25519_key";
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user