Move websites into vhosts
So it doesn't clash with Forgejo which is currently in /var/www/forgejo.
This commit is contained in:
parent
5b67a48d80
commit
a71ce4b5fd
3 changed files with 16 additions and 16 deletions
|
@ -8,6 +8,6 @@ pkgs.writeShellApplication {
|
|||
|
||||
mkdir -p "''${backup_path}"
|
||||
|
||||
${lib.getExe pkgs.rsync} -avzP nixedo:/var/www/ "''${backup_path}" --delete-after
|
||||
${lib.getExe pkgs.rsync} -avzP nixedo:/var/www/vhosts/ "''${backup_path}" --delete-after
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue