mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
table: fix mounting devices
This commit is contained in:
parent
891836b79a
commit
4db8159a19
1 changed files with 1 additions and 3 deletions
|
|
@ -38,9 +38,7 @@
|
||||||
partMounts = diskoLib.deepMergeMap (partition: partition._mount { inherit dev; }) config.partitions;
|
partMounts = diskoLib.deepMergeMap (partition: partition._mount { inherit dev; }) config.partitions;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
dev = ''
|
dev = partMounts.dev or "";
|
||||||
${lib.concatMapStrings (x: x.dev or "") (lib.attrValues partMounts)}
|
|
||||||
'';
|
|
||||||
fs = partMounts.fs or { };
|
fs = partMounts.fs or { };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue