diff options
Diffstat (limited to 'hosts/auth')
| -rw-r--r-- | hosts/auth/default.nix | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/hosts/auth/default.nix b/hosts/auth/default.nix index 05ca8c3..c0b4791 100644 --- a/hosts/auth/default.nix +++ b/hosts/auth/default.nix @@ -26,17 +26,17 @@ in mac = mac; } ]; - shares = - [ - { - source = "/nix/store"; - mountPoint = "/nix/.ro-store"; - tag = "store"; - proto = "virtiofs"; - socket = "store.socket"; - } - ] - ++ map + shares = [ + { + source = "/nix/store"; + mountPoint = "/nix/.ro-store"; + tag = "store"; + proto = "virtiofs"; + socket = "store.socket"; + } + ] + ++ + map (dir: { source = dir; mountPoint = "/${dir}"; |
