mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 14:41:44 +00:00
sync
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
{ lib, config, pkgs, inputs, ... }: {
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
_module.args = {
|
||||
utils = import ../utils { inherit pkgs; };
|
||||
};
|
||||
# _module.args = {
|
||||
# utils = import ../utils { inherit pkgs; };
|
||||
# };
|
||||
|
||||
environment.systemPackages =
|
||||
[ pkgs.cifs-utils];
|
||||
|
||||
Reference in New Issue
Block a user