fixing gitea backup
This commit is contained in:
parent
9c62efc86e
commit
f16f201c29
2 changed files with 2 additions and 3 deletions
|
@ -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" ];
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
'';
|
||||
hosts = [ "pepe" "robi" ];
|
||||
repositories = [ "pepe" "sterni" "robi" ];
|
||||
commands = [ "list" ];
|
||||
commands = [ "list" "mount" ];
|
||||
in
|
||||
lib.flatten (map
|
||||
(command:
|
||||
|
|
Loading…
Reference in a new issue