Fix backup
Enable citrix_workspace
This commit is contained in:
parent
7921e3fa97
commit
4dcaef4d00
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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 = "/";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue