This commit is contained in:
2023-02-22 16:09:37 -05:00
parent f9a67d003f
commit 0d588b0b91
2 changed files with 4 additions and 4 deletions

View File

@@ -4,6 +4,10 @@
{ lib, config, pkgs, inputs, ... }: {
security.sudo.wheelNeedsPassword = false;
_module.args = {
utils = import ../utils { inherit pkgs; };
};
environment.systemPackages =
[ pkgs.cifs-utils];
}