Misc: Add nixfmt-tree and run nix fmt
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
{
|
||||
config.flake.factory.mount-cifs =
|
||||
{ host
|
||||
, resource
|
||||
, destination
|
||||
, credentials_path
|
||||
, UID
|
||||
, GID
|
||||
,
|
||||
}: { pkgs, ... }: {
|
||||
{
|
||||
host,
|
||||
resource,
|
||||
destination,
|
||||
credentials_path,
|
||||
UID,
|
||||
GID,
|
||||
}:
|
||||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
cifs-utils
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user