install nfs-utils

This commit is contained in:
alex 2024-02-11 20:32:39 -05:00
parent 67e4a74a22
commit 5ab21de745
1 changed files with 1 additions and 0 deletions

View File

@ -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
];