diff options
| author | Grisha Shipunov | 2025-08-15 21:50:18 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-08-15 21:50:18 +0200 |
| commit | 2e6e12741e0f1f3dc1d3a90ac9e691e3900e3b88 (patch) | |
| tree | c3b638a45eda610d94e8716630049a1a5a9b8ef7 /hosts/forgejo | |
| parent | a17f4c1910550ee2fdb799f4a178ce9d29d02208 (diff) | |
reformat
Diffstat (limited to 'hosts/forgejo')
| -rw-r--r-- | hosts/forgejo/default.nix | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/hosts/forgejo/default.nix b/hosts/forgejo/default.nix index f6de473..37466b2 100644 --- a/hosts/forgejo/default.nix +++ b/hosts/forgejo/default.nix @@ -27,17 +27,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}"; |
