Compare commits
No commits in common. "fd46cf4c104390addbe84f29da189752b212a73c" and "fbd3a669fd8e5d68c6162366ed60cf97032f9cd9" have entirely different histories.
fd46cf4c10
...
fbd3a669fd
|
@ -17,4 +17,6 @@ with lib.wyrdgard;
|
|||
direnv = enabled;
|
||||
};
|
||||
};
|
||||
|
||||
home.stateVersion = "24.05";
|
||||
}
|
||||
|
|
|
@ -81,13 +81,6 @@ in
|
|||
HTTP_PORT = forgejoPort;
|
||||
};
|
||||
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
PROTOCOL = "sendmail";
|
||||
FROM = "no-reply@${domainName}";
|
||||
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
|
||||
};
|
||||
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue