8 lines
118 B
Nix
Executable file
8 lines
118 B
Nix
Executable file
{pkgs, ...}: {
|
|
boot.zfs.devNodes = "/dev/disk/by-path";
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
zfs
|
|
];
|
|
}
|