nixos-config/config/hosts/socrates.nix

14 lines
325 B
Nix

{
description = "sea.fudo.org deploy server.";
ssh-fingerprints = [
];
rp = "niten";
admin-email = "niten@fudo.org";
domain = "sea.fudo.org";
site = "seattle";
profile = "server";
ssh-pubkey =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGuClWAtkOMBOVFAFFdWosCT8NvuJBps46P4RV+Qqz4b";
tmp-on-tmpfs = false;
}