Auto-import library ZFS pool

This commit is contained in:
2024-01-21 21:31:16 +00:00
parent 9f02f55c4f
commit 51f3b5c3a9
2 changed files with 1 additions and 45 deletions

View File

@ -10,6 +10,7 @@ with lib.my;
boot = {
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
zfs.extraPools = [ "library" ];
};
networking = {