nixos-config/config/hosts/limina.nix

33 lines
1.1 KiB
Nix
Raw Normal View History

{
description = "Seattle Gateway Server.";
2021-09-30 08:40:47 -07:00
# 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";
2021-09-30 08:40:47 -07:00
# ssh-pubkey =
# "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMqymGZ5dI6ChI1Qx1QfjBo/h0+xFwpRx/wQSDxWQprI";
2021-04-12 13:41:00 -07:00
tmp-on-tmpfs = false;
arch = "x86_64-linux";
2021-09-29 17:55:13 -07:00
nixos-system = true;
2021-09-30 08:40:47 -07:00
machine-id = "0a1d961dbcc04037ab7938f15801c765";
2021-09-30 11:30:32 -07:00
master-key = {
public-key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA44EqP6HHjIPBFuxKvi2oZc1sNU+N4pNMtlS89KWuDm";
key-path = "/state/master-key/key";
};
2021-10-15 15:37:04 -07:00
initrd-network = {
ip = "10.0.5.1";
2021-10-18 09:07:49 -07:00
interface = "enp2s0";
2021-10-15 15:37:04 -07:00
keypair = {
public-key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDIcnHmIo08UgpNwBLe0RKYipxtznWlxLlKNgzBP/lot";
private-key-file = "/state/ssh/initrd/ssh_ed25519_key";
};
};
2021-04-05 15:44:45 -07:00
}