forked from DGNum/infrastructure
feat(compute01): Deploy arkheon
This commit is contained in:
parent
f71eedba77
commit
2ade516d48
5 changed files with 60 additions and 0 deletions
18
machines/compute01/arkheon.nix
Normal file
18
machines/compute01/arkheon.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{ config, sources, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.overlays = [ (import (sources.arkheon.outPath + "/overlays.nix")) ];
|
||||
|
||||
services.arkheon = {
|
||||
enable = true;
|
||||
|
||||
domain = "arkheon.dgnum.eu";
|
||||
|
||||
nginx = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
};
|
||||
|
||||
envFile = config.age.secrets."arkheon-env_file".path;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue