nfs
This commit is contained in:
parent
fd7cf55fc5
commit
81265c35ed
2 changed files with 6 additions and 0 deletions
|
|
@ -100,6 +100,8 @@
|
|||
libsForQt5.ffmpegthumbs
|
||||
libsForQt5.kdegraphics-thumbnailers
|
||||
|
||||
nfs-utils
|
||||
|
||||
pavucontrol
|
||||
|
||||
vim
|
||||
|
|
|
|||
|
|
@ -143,6 +143,10 @@ in
|
|||
allowedUDPPorts = [ 22000 21027 ];
|
||||
};
|
||||
|
||||
# Mount NFS shares
|
||||
boot.supportedFilesystems = [ "nfs" ];
|
||||
services.rpcbind.enable = true;
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
|||
Loading…
Reference in a new issue