From 5ab21de7451f4213a7e98e440e47ecb947f07c4f Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 11 Feb 2024 20:32:39 -0500 Subject: [PATCH] install nfs-utils --- atauno/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/atauno/configuration.nix b/atauno/configuration.nix index 32ce339..7d26387 100644 --- a/atauno/configuration.nix +++ b/atauno/configuration.nix @@ -44,6 +44,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + nfs-utils vim wireguard-tools ];