This commit is contained in:
2023-02-22 16:17:05 -05:00
parent e8799ed8f7
commit b940cd8679

View File

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