diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-10-22 22:09:48 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-10-22 22:09:48 -0400 |
commit | 6b0c070d53b6db418a891de7fbca19f680e1cd36 (patch) | |
tree | 6f0796a6fd33007099c9647abc3c3ebc42e74a14 | |
parent | 664b188096b839dee3c5eaa9301256f3d13eaf9b (diff) |
Add cifs-utils
-rw-r--r-- | modules/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/common.nix b/modules/common.nix index bf87aa6..9327e94 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -24,6 +24,7 @@ environment.variables.EDITOR = "${pkgs.neovim}/bin/nvim"; environment.systemPackages = with pkgs; [ + cifs-utils inetutils # telnet bat bwm_ng |