Compare commits

...

2 commits

Author SHA1 Message Date
2bcdfb0f83
fix: dont run earch seperately
All checks were successful
Build_Deploy / linter (push) Successful in 5s
Build_Deploy / build (push) Successful in 3m35s
Build_Deploy / deploy_dns (push) Successful in 43s
Build_Deploy / deploy_active (active) (push) Successful in 45s
Build_Deploy / deploy_active (active-core) (push) Successful in 1m16s
Build_Deploy / deploy_active (active-ext) (push) Successful in 28s
2024-09-17 00:38:56 +01:00
8c828738ca
feat: updated the inputs for the discord bot 2024-09-17 00:38:56 +01:00
4 changed files with 0 additions and 6 deletions

View file

@ -30,7 +30,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: nix develop
- run: colmena build -v --on earth --nix-option keep-failed true
# - name: Archive Test Results
# if: always()
# run: sleep 100m

View file

@ -21,7 +21,6 @@ in {
#backups = [ "/etc/silver_ul_ical/database.db" ];
age.secrets.discord_token.file = ../secrets/discord/token.age;
age.secrets.discord_ldap.file = ../secrets/discord/ldap.age;
age.secrets.discord_mail.file = ../secrets/email/details.age;
age.secrets.discord_wolves.file = ../secrets/wolves/details.age;
@ -31,12 +30,9 @@ in {
env = {
discord = config.age.secrets.discord_token.path;
ldap = config.age.secrets.discord_ldap.path;
mail = config.age.secrets.discord_mail.path;
wolves = config.age.secrets.discord_wolves.path;
};
discord.server = "689189992417067052";
};
};
}

Binary file not shown.

View file

@ -149,7 +149,6 @@ in {
"backup/restic_pw.age".publicKeys = users ++ restic;
# discord bot and discord
"discord/ldap.age".publicKeys = users ++ ldap ++ discord;
"discord/token.age".publicKeys = users ++ discord;
# email stuff