From 81265c35ed8ffb5a8c66273cd787d1fe9282fefd Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Sun, 3 Mar 2024 17:14:17 -0600 Subject: [PATCH] nfs --- common/packages.nix | 2 ++ hosts/NixDawn/configuration.nix | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/common/packages.nix b/common/packages.nix index 72d9f2b..f859e0f 100644 --- a/common/packages.nix +++ b/common/packages.nix @@ -100,6 +100,8 @@ libsForQt5.ffmpegthumbs libsForQt5.kdegraphics-thumbnailers + nfs-utils + pavucontrol vim diff --git a/hosts/NixDawn/configuration.nix b/hosts/NixDawn/configuration.nix index 08518f0..50794cb 100644 --- a/hosts/NixDawn/configuration.nix +++ b/hosts/NixDawn/configuration.nix @@ -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