nixfiles/nixos/gui/nfs.nix

3 lines
48 B
Nix

_: {
boot.supportedFilesystems = [ "nfs" ];
}