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:
parent
976ebbe755
commit
84df858188
7 changed files with 56 additions and 62 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue