mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 02:09:04 +02:00
chore: ditch arkheon
This commit is contained in:
parent
e5937ee297
commit
f3001378ad
5 changed files with 0 additions and 55 deletions
|
@ -1,17 +1,6 @@
|
|||
{ 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";
|
||||
};
|
||||
|
||||
# Nice motd
|
||||
programs.rust-motd = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue