nixpkgs/nixos/modules
Yorick van Pelt 470c8a2a36 nixos/borgbackup: install job wrappers to systemPackages for easy borg access
Currently to run borg job manually, you have to use systemctl:
```
$ systemctl start borgbackup-job-jobname.service
```

This commit makes wrappers around borg jobs available in $PATH, which have
BORG_REPO and connection args set correctly:
```
$ borg-job-jobname list
$ borg-job-jobname mount ::jobname-archive-2019-12-25T00:01:29 /mnt/some-path
$ borg-job-jobname create ::test /some/path
```

Closes: https://github.com/NixOS/nixpkgs/pull/64888
Co-authored-by: Danylo Hlynskyi <abcz2.uprola@gmail.com>
2019-12-26 07:50:03 +02:00
..
config nixos/console: set colors using kernel parameters 2019-12-20 00:27:35 +01:00
hardware nixos/treewide: Move rename.nix imports to their respective modules 2019-12-10 02:51:19 +01:00
i18n/input-method nixos/treewide: Move rename.nix imports to their respective modules 2019-12-10 02:51:19 +01:00
installer nixos-generate-config: i18n.consoleFont has been renamed to console.font 2019-12-25 15:02:58 +01:00
misc nixos/treewide: Move rename.nix imports to their respective modules 2019-12-10 02:51:19 +01:00
profiles nixos/plasma5: drop enableQt4Support option 2019-11-22 09:01:05 +01:00
programs Merge pull request #75247 from Elyhaka/sway 2019-12-21 23:48:02 +01:00
security nixos/acme: implement postRun using ExecStartPost 2019-12-19 17:39:59 +00:00
services nixos/borgbackup: install job wrappers to systemPackages for easy borg access 2019-12-26 07:50:03 +02:00
system nixos/systemd-nspawn: use config.systemd.package 2019-12-21 17:19:26 +01:00
tasks nixos: unify virtual console options 2019-12-20 00:27:34 +01:00
testing nixos/testing: remove leftover of virtualisation.qemu.program 2019-08-29 10:12:13 +02:00
virtualisation lxc: Fix lxc-usernet(5) man page reference in documentation 2019-12-17 15:37:36 -08:00
module-list.nix Merge pull request #75103 from sternenseemann/spacecookie 2019-12-23 11:09:52 +01:00
rename.nix rdf4store: throw removal messages 2019-12-21 18:46:15 +01:00