server-configuration/modules/zfs.nix
2025-04-15 12:49:38 +02:00

12 lines
131 B
Nix
Executable file

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