feat: refactor network configuration and add TLS support

This commit is contained in:
Guz
2024-10-03 16:24:14 -03:00
parent 07fa4c9d81
commit 368a031d67
22 changed files with 1209 additions and 291 deletions

View File

@@ -49,6 +49,10 @@ in {
sops.secrets."discord/muse-bot/environment" = {};
sops.secrets."caddy/capytal/env" = mkIf config.services.caddy.enable {
owner = config.services.caddy.user;
};
sops.age.keyFile = "/home/guz/.config/sops/age/keys.txt";
};
}