Use stable channel and use helper function for acme challenge proxy
This commit is contained in:
parent
15963fd37e
commit
8f63afc43b
21 changed files with 257 additions and 319 deletions
|
@ -28,6 +28,9 @@
|
|||
|
||||
specialArgs = {
|
||||
inherit nixpkgs-unstable hosts simple-nixos-mailserver;
|
||||
|
||||
# Provide environment for secret key command
|
||||
keyCommandEnv = [ "env" "GNUPGHOME=/home/yuri/.passinfra_gnupg" "PASSWORD_STORE_DIR=/home/yuri/pass/infra" ];
|
||||
};
|
||||
};
|
||||
} // builtins.mapAttrs (helper.generateColmenaHost) hosts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue