hackens-org-configurations/hosts/hackens-org/hackens-my.nix
2022-03-31 09:36:51 +02:00

10 lines
141 B
Nix

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