12 lines
201 B
Nix
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";
|
|
};
|
|
}
|