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;
|
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" ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue