Fix backup

Enable citrix_workspace
This commit is contained in:
Tim Schubert 2023-05-18 14:19:34 +02:00
parent 7921e3fa97
commit 4dcaef4d00
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 4 additions and 3 deletions

View file

@ -13,6 +13,7 @@ with pkgs; [
binutils binutils
bluez-tools bluez-tools
btop # htop btop # htop
citrix_workspace
choose # alternative to cut and awk with more readable syntax choose # alternative to cut and awk with more readable syntax
colordiff colordiff
darcs darcs

View file

@ -65,7 +65,7 @@ in
type = "ext4"; type = "ext4";
what = "/dev/disk/by-uuid/0fdab735-cc3e-493a-b4ec-cbf6a77d48d5"; what = "/dev/disk/by-uuid/0fdab735-cc3e-493a-b4ec-cbf6a77d48d5";
where = "/backup"; where = "/backup";
options = "nofail noauto"; options = "nofail,noauto";
} }
]; ];
@ -97,9 +97,9 @@ in
startAt = "monthly"; startAt = "monthly";
}; };
systemd.services."borgbackup-job-gs".enable = false; systemd.services."borgbackup-job-gs".enable = true;
systemd.services."borgbackup-job-gs".wants = [ "backup.mount" ]; systemd.services."borgbackup-job-gs".wants = [ "backup.mount" ];
systemd.timers."borgbackup-job-gs".enable = false; systemd.timers."borgbackup-job-gs".enable = true;
services.borgbackup.jobs.bs = mkIf cfg.bs.enable { services.borgbackup.jobs.bs = mkIf cfg.bs.enable {
paths = "/"; paths = "/";