From b940cd86799dbbb58cfd7951736d2bb4439f0af4 Mon Sep 17 00:00:00 2001 From: sstent Date: Wed, 22 Feb 2023 16:17:05 -0500 Subject: [PATCH] sync --- modules/base.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/base.nix b/modules/base.nix index fb6c782..27b39ba 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -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]; }