Move Haven's ~/.duplicacy-web dir to /storage/backups for safekeeping
This commit is contained in:
parent
ff3f8f1564
commit
a69af0ca9a
|
@ -55,7 +55,7 @@ in
|
|||
duplicacy-web = {
|
||||
enable = true;
|
||||
autostart = false;
|
||||
environment = "${config.users.users.aires.home}"; # FIXME: Move to /storage
|
||||
environment = "/storage/backups/Haven";
|
||||
};
|
||||
forgejo = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue