treewide: run nixfmt 1.0.0
This commit is contained in:
@@ -701,17 +701,16 @@ rec {
|
||||
{
|
||||
config = {
|
||||
name = "${utils.escapeSystemdPath config.where}.mount";
|
||||
mountConfig =
|
||||
{
|
||||
What = config.what;
|
||||
Where = config.where;
|
||||
}
|
||||
// optionalAttrs (config.type != "") {
|
||||
Type = config.type;
|
||||
}
|
||||
// optionalAttrs (config.options != "") {
|
||||
Options = config.options;
|
||||
};
|
||||
mountConfig = {
|
||||
What = config.what;
|
||||
Where = config.where;
|
||||
}
|
||||
// optionalAttrs (config.type != "") {
|
||||
Type = config.type;
|
||||
}
|
||||
// optionalAttrs (config.options != "") {
|
||||
Options = config.options;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user