mirror of
https://github.com/sstent/vmimages.git
synced 2026-04-05 12:34:31 +00:00
sync
This commit is contained in:
@@ -14,10 +14,6 @@ let
|
|||||||
# make flake inputs accessiable in NixOS
|
# make flake inputs accessiable in NixOS
|
||||||
{ _module.args.inputs = inputs; }
|
{ _module.args.inputs = inputs; }
|
||||||
{
|
{
|
||||||
_module.args = {
|
|
||||||
utils = import ./utils;
|
|
||||||
|
|
||||||
};
|
|
||||||
imports = [
|
imports = [
|
||||||
({ pkgs, ... }: {
|
({ pkgs, ... }: {
|
||||||
nix.nixPath = [
|
nix.nixPath = [
|
||||||
|
|||||||
@@ -4,6 +4,10 @@
|
|||||||
{ lib, config, pkgs, inputs, ... }: {
|
{ lib, config, pkgs, inputs, ... }: {
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
|
|
||||||
|
_module.args = {
|
||||||
|
utils = import ../utils { inherit pkgs; };
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
[ pkgs.cifs-utils];
|
[ pkgs.cifs-utils];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user