nixos-config/modules/home/nfs.nix

7 lines
106 B
Nix

{ ... }:
{
fileSystems."/nfs" = {
device = "harbour:/mnt/main/main_big";
fsType = "nfs";
};
}