Update gitea service confit to match new names.
This commit is contained in:
parent
dccbaf1d7c
commit
4db219c279
1 changed files with 5 additions and 2 deletions
|
@ -10,7 +10,6 @@ mkIf (elem "gitea" config.machine.services) {
|
|||
in {
|
||||
enable = true;
|
||||
user = "git";
|
||||
cookieSecure = true;
|
||||
domain = domain;
|
||||
rootUrl = "http://${domain}/";
|
||||
database = {
|
||||
|
@ -33,7 +32,11 @@ mkIf (elem "gitea" config.machine.services) {
|
|||
|
||||
service = {
|
||||
DISABLE_REGISTRATION = (lib.mkForce true);
|
||||
};
|
||||
};
|
||||
|
||||
session = {
|
||||
cookieSecure = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue