about summary refs log tree commit diff
path: root/nixos/tests/sanoid.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-07-26nixos/tests/sanoid: Improve tests by checking that no permissions are left ↵Elis Hirwing1-0/+12
behind
2021-07-24Merge pull request #98455 from ju1m/syncoid-splitElis Hirwing1-2/+3
nixos/syncoid: split in multiple systemd services and harden them
2021-07-24nixos/syncoid: split in multiple systemd servicesJulien Moutinho1-2/+3
2021-06-09sanoid: fix sanoid.conf generationJulien Moutinho1-1/+1
2021-05-22Merge pull request #104420 from danielfullmer/syncoid-perm-fixSandro1-15/+23
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-11-22nixos/syncoid: test both with and without --no-sync-snapBen Wolsieffer1-14/+23
2020-11-21nixos/syncoid: fix permissions without --no-sync-snapDaniel Fullmer1-1/+0
After 733acfa140d5b73bc69c53c4ebd90ccc5f281f0e, syncoid would fail to run if commonArgs did not include [ "--no-sync-snap" ], since it would not have permissions to create or destroy snapshots.
2020-03-09nixos/syncoid: automatically setup privilege delegationBen Wolsieffer1-4/+5
2020-02-10nixos/sanoid, nixos/syncoid: init module and testBen Wolsieffer1-0/+90