diff options
Diffstat (limited to 'hosts/stream')
| -rw-r--r-- | hosts/stream/default.nix | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/hosts/stream/default.nix b/hosts/stream/default.nix index 4543466..04e10a1 100644 --- a/hosts/stream/default.nix +++ b/hosts/stream/default.nix @@ -27,16 +27,16 @@ in mac = mac; } ]; - shares = - [ - { - source = "/nix/store"; - mountPoint = "/nix/.ro-store"; - tag = "store"; - proto = "virtiofs"; - } - ] - ++ map + shares = [ + { + source = "/nix/store"; + mountPoint = "/nix/.ro-store"; + tag = "store"; + proto = "virtiofs"; + } + ] + ++ + map (dir: { source = dir; mountPoint = "/${dir}"; |
