Initial checkin
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
description = "fudo.org server.";
|
||||
rp = "reaper";
|
||||
admin-email = "reaper@fudo.org";
|
||||
domain = "fudo.org";
|
||||
site = "nuttyclub";
|
||||
profile = "server";
|
||||
enable-gui = false;
|
||||
arch = "x86_64-linux";
|
||||
nixos-system = true;
|
||||
machine-id = "d608fb62dc1e493a9a0ebf173ab255b2";
|
||||
master-key = {
|
||||
public-key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP+ERn09oMqk3jpgXVFWMGv7uYz0fRLVtz5BHZtOXfA0";
|
||||
key-path = "/state/master-key/ed25519_key";
|
||||
};
|
||||
initrd-network = {
|
||||
ip = "199.87.154.175";
|
||||
interface = "eno1";
|
||||
keypair = {
|
||||
public-key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINPj/4DezCd6uA2IeSr4Y3hxy3gNhT/GJwA40LHlns5w";
|
||||
private-key-file = "/state/ssh/initrd/ssh_ed25519_key";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user