entities/hosts/paris.nix

10 lines
194 B
Nix
Raw Normal View History

2024-05-29 13:02:51 -07:00
{
description = "Fudo.org User Server";
admin-email = "admin@fudo.org";
domain = "fudo.org";
site = "portage";
# Running in a container
nixos-system = false;
2024-06-02 14:41:06 -07:00
fudo-system = true;
2024-05-29 13:02:51 -07:00
}