From efadb29fcc0681f2ebccee52e8ed99e4b4c5ac5b Mon Sep 17 00:00:00 2001 From: mir Date: Mon, 18 Mar 2024 23:54:45 -0800 Subject: [PATCH] add nfs mount support --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index b3adc60..d450325 100644 --- a/configuration.nix +++ b/configuration.nix @@ -147,6 +147,7 @@ wget vim emacs29-pgtk + nfs-utils ]; services.flatpak.enable = true;