PortValhalla/lib/modules/partition.nix

5 lines
60 B
Nix

{ ... }: {
imports = [
./fileSystems/disks.nix
];
}