This commit is contained in:
Peder Bergebakken Sundt 2024-10-12 19:07:41 +02:00
parent ba7d752f14
commit 75a4121ca2
1 changed files with 7 additions and 0 deletions

View File

@ -7,4 +7,11 @@
# non legacy-mount # non legacy-mount
systemd.services.zfs-mount.enable = true; # default systemd.services.zfs-mount.enable = true; # default
boot.zfs.extraPools = [ "Panorama" ]; # import on boot boot.zfs.extraPools = [ "Panorama" ]; # import on boot
# todo: tailscale nfs mount
# todo: zrepl
# https://search.nixos.org/options?channel=unstable&query=services.zrepl
# https://github.com/NixOS/infra/blob/8be4953d68ce81455787cd60e82086022855a3c2/build/haumea/zrepl.nix#L20
} }