style: format tree
This commit is contained in:
@@ -3,13 +3,13 @@ let
|
||||
cfg = config.selfprivacy;
|
||||
in
|
||||
{
|
||||
fileSystems = builtins.listToAttrs (builtins.map
|
||||
(volume: {
|
||||
fileSystems = builtins.listToAttrs (
|
||||
builtins.map (volume: {
|
||||
name = "${volume.mountPoint}";
|
||||
value = {
|
||||
device = "${volume.device}";
|
||||
fsType = "${volume.fsType}";
|
||||
};
|
||||
})
|
||||
cfg.volumes);
|
||||
}) cfg.volumes
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user