From 2e6e12741e0f1f3dc1d3a90ac9e691e3900e3b88 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Fri, 15 Aug 2025 21:50:18 +0200 Subject: reformat --- hosts/forgejo/default.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'hosts/forgejo') 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}"; -- cgit v1.3.1