fixing gitea backup

This commit is contained in:
Ingolf Wagner 2022-01-23 21:14:24 +01:00
parent 9c62efc86e
commit f16f201c29
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 2 additions and 3 deletions

View file

@ -21,7 +21,6 @@
cookieSecure = true; cookieSecure = true;
disableRegistration = true; disableRegistration = true;
domain = "git.ingolf-wagner.de"; domain = "git.ingolf-wagner.de";
dump.enable = true;
rootUrl = "https://git.ingolf-wagner.de/"; rootUrl = "https://git.ingolf-wagner.de/";
settings = { settings = {
other = { 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" ]; hosts = [ "pepe" "robi" ];
repositories = [ "pepe" "sterni" "robi" ]; repositories = [ "pepe" "sterni" "robi" ];
commands = [ "list" ]; commands = [ "list" "mount" ];
in in
lib.flatten (map lib.flatten (map
(command: (command: