nixos/mount-cifs: Automatically add cifs-utils whenever this module is included
This commit is contained in:
@@ -7,7 +7,10 @@
|
|||||||
, UID
|
, UID
|
||||||
, GID
|
, GID
|
||||||
,
|
,
|
||||||
}: {
|
}: { pkgs, ... }: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
cifs-utils
|
||||||
|
];
|
||||||
fileSystems."${destination}" = {
|
fileSystems."${destination}" = {
|
||||||
device = "//${host}/${resource}";
|
device = "//${host}/${resource}";
|
||||||
fsType = "cifs";
|
fsType = "cifs";
|
||||||
|
|||||||
Reference in New Issue
Block a user