server-configuration/modules/zfs.nix
2025-03-03 12:32:29 +01:00

8 lines
118 B
Nix
Executable file

{pkgs, ...}: {
boot.zfs.devNodes = "/dev/disk/by-path";
environment.systemPackages = with pkgs; [
zfs
];
}