mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-07 04:51:42 +00:00
sync
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
{ lib, config, pkgs, inputs, ... }: {
|
{ lib, config, pkgs, inputs, ... }: {
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
|
|
||||||
_module.args = {
|
# _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