hackens-org-configurations/hosts/hackens-org/hackens-my.nix

13 lines
200 B
Nix
Raw Normal View History

2022-03-31 09:36:51 +02:00
# Inspire du club reseau
{ ... }:
{
2022-03-31 10:19:43 +02:00
imports = [ ./modules/my.nix ];
2022-03-31 09:36:51 +02:00
my = {
email = "hackens@clipper.ens.fr";
acmeStaging = true;
2022-03-31 10:19:43 +02:00
debug = true;
subZone = "new.hackens.org";
2022-03-31 09:36:51 +02:00
};
}