hercules is no more (for now)

This commit is contained in:
Nikodem Rabuliński 2024-02-06 21:22:08 +01:00
parent db413da046
commit 941af36317
3 changed files with 35 additions and 1 deletions

View file

@ -17,7 +17,7 @@ in {
inherit options;
config = lib.mkIf config.common.hercules.enable {
config = lib.mkIf false /* config.common.hercules.enable */ {
age.secrets.hercules-token = {
file = ../../../secrets/hercules-token.age;
owner = herculesUser;