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