mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 15:37:20 +02:00
feat: setup arkheon
This commit is contained in:
parent
9c4bf3af61
commit
bc31afe86a
11 changed files with 94 additions and 10 deletions
15
profiles/server.nix
Normal file
15
profiles/server.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
deployment.tags = [ "server" ];
|
||||
|
||||
# Enable arkheon
|
||||
age.secrets."arkheon-token".file = ../secrets/arkheon-token.age;
|
||||
services.arkheon.record = {
|
||||
enable = true;
|
||||
|
||||
tokenFile = config.age.secrets."arkheon-token".path;
|
||||
|
||||
url = "https://arkheon.luj.fr";
|
||||
};
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue