1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

chore: remove deprecated configuration

This commit is contained in:
oddlama 2024-06-26 02:32:28 +02:00
parent 976ebbe755
commit 84df858188
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
7 changed files with 56 additions and 62 deletions

View file

@ -13,11 +13,7 @@ in {
firewallRuleForNode.sentinel.allowedTCPPorts = [config.services.forgejo.settings.server.HTTP_PORT];
};
age.secrets.forgejo-mailer-password = {
rekeyFile = config.node.secretsDir + "/forgejo-mailer-password.age";
mode = "440";
inherit (config.services.forgejo) group;
};
age.secrets.forgejo-mailer-password.rekeyFile = config.node.secretsDir + "/forgejo-mailer-password.age";
# Mirror the original oauth2 secret
age.secrets.forgejo-oauth2-client-secret = {
@ -107,7 +103,7 @@ in {
user = "git";
group = "git";
lfs.enable = true;
mailerPasswordFile = config.age.secrets.forgejo-mailer-password.path;
secrets.mailer.PASSWD = config.age.secrets.forgejo-mailer-password.path;
settings = {
DEFAULT.APP_NAME = "Redlew Git"; # tungsten inert gas?
actions = {