nixfiles/nixos/roles/graphical/nfs.nix

3 lines
48 B
Nix

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