This commit is contained in:
Benson Chu 2024-03-03 17:14:17 -06:00
parent fd7cf55fc5
commit 81265c35ed
2 changed files with 6 additions and 0 deletions

View file

@ -100,6 +100,8 @@
libsForQt5.ffmpegthumbs
libsForQt5.kdegraphics-thumbnailers
nfs-utils
pavucontrol
vim

View file

@ -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. Its perfectly fine and recommended to leave