34 lines
1.1 KiB
Nix
34 lines
1.1 KiB
Nix
{
|
|
description = "Seattle Gateway Server.";
|
|
# ssh-fingerprints = [
|
|
# "1 1 36cbb85f83e84a4052777cf9b3cfb0f7947f3e4e"
|
|
# "1 2 041c59238f599f7a3a4ec39151f5bc79fdcf917ec7ef2c400ed19a8d148fbeeb"
|
|
# "4 1 07318d35f52203d337d4f457acc6d00ebf0e1aad"
|
|
# "4 2 c58ef49cb6e150995ae0bd5dd502a0fc18289caf1438fb0bc9821455c8d1f41f"
|
|
# ];
|
|
rp = "niten";
|
|
admin-email = "niten@fudo.org";
|
|
domain = "sea.fudo.org";
|
|
site = "seattle";
|
|
profile = "server";
|
|
# ssh-pubkey =
|
|
# "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMqymGZ5dI6ChI1Qx1QfjBo/h0+xFwpRx/wQSDxWQprI";
|
|
tmp-on-tmpfs = false;
|
|
arch = "x86_64-linux";
|
|
nixos-system = true;
|
|
machine-id = "0a1d961dbcc04037ab7938f15801c765";
|
|
master-key = {
|
|
public-key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA44EqP6HHjIPBFuxKvi2oZc1sNU+N4pNMtlS89KWuDm";
|
|
key-path = "/state/master-key/key";
|
|
};
|
|
initrd-network = {
|
|
ip = "10.0.5.1";
|
|
interface = "enp2s0";
|
|
keypair = {
|
|
public-key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDIcnHmIo08UgpNwBLe0RKYipxtznWlxLlKNgzBP/lot";
|
|
private-key-file = "/state/ssh/initrd/ssh_ed25519_key";
|
|
};
|
|
};
|
|
hardened = true;
|
|
}
|