feat: ZFS on kif

This commit is contained in:
Kyle Brown 2023-12-06 17:24:38 -08:00
parent 5a1c902d02
commit 0d3e997a8d

View file

@ -10,7 +10,7 @@
../../common/nixos/zfs.nix
];
networking.hostId = "4b0bddd5";
#boot.zfs.extraPools = [""];
boot.zfs.extraPools = ["inland"];
services.zfs.autoSnapshot.enable = true;
}