remove most of zfs stuff

This commit is contained in:
2024-08-03 17:09:14 +03:00
parent 2a1e055aff
commit 117d65010b
9 changed files with 1 additions and 486 deletions

View File

@@ -9,7 +9,7 @@ let
in
{
options.mj.services.btrfsborg = with lib.types; {
enable = lib.mkEnableOption "backup zfs snapshots with borg";
enable = lib.mkEnableOption "backup btrfs snapshots with borg";
passwordPath = lib.mkOption { type = str; };
sshKeyPath = lib.mkOption {