hackens-org-configurations/hosts/hackens-org/hackens-my.nix
2022-03-31 12:03:21 +02:00

12 lines
201 B
Nix

# Inspire du club reseau
{ ... }:
{
imports = [ ./modules/my.nix ];
my = {
email = "hackens@clipper.ens.fr";
acmeStaging = true;
debug = false;
subZone = "new.hackens.org";
};
}