9 lines
106 B
Nix
9 lines
106 B
Nix
{ ... }:
|
|
{
|
|
|
|
fileSystems."/mnt/nfs" = {
|
|
device = "192.168.178.19:/roms";
|
|
fsType = "nfs";
|
|
};
|
|
|
|
}
|