fixing gitea backup

This commit is contained in:
Ingolf Wagner 2022-01-23 21:14:24 +01:00
parent 9c62efc86e
commit f16f201c29
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 2 additions and 3 deletions

View file

@ -21,7 +21,6 @@
cookieSecure = true;
disableRegistration = true;
domain = "git.ingolf-wagner.de";
dump.enable = true;
rootUrl = "https://git.ingolf-wagner.de/";
settings = {
other = {
@ -31,5 +30,5 @@
};
backup.dirs = [ config.services.gitea.dump.backupDir ];
backup.dirs = [ "/var/lib/gitea" ];
}

View file

@ -12,7 +12,7 @@
'';
hosts = [ "pepe" "robi" ];
repositories = [ "pepe" "sterni" "robi" ];
commands = [ "list" ];
commands = [ "list" "mount" ];
in
lib.flatten (map
(command: