summaryrefslogtreecommitdiff
path: root/hosts/radicale
diff options
context:
space:
mode:
authorGrisha Shipunov2025-08-15 21:50:18 +0200
committerGrisha Shipunov2025-08-15 21:50:18 +0200
commit2e6e12741e0f1f3dc1d3a90ac9e691e3900e3b88 (patch)
treec3b638a45eda610d94e8716630049a1a5a9b8ef7 /hosts/radicale
parenta17f4c1910550ee2fdb799f4a178ce9d29d02208 (diff)
reformat
Diffstat (limited to 'hosts/radicale')
-rw-r--r--hosts/radicale/default.nix22
1 files changed, 11 insertions, 11 deletions
diff --git a/hosts/radicale/default.nix b/hosts/radicale/default.nix
index 5b918b2..1f10f43 100644
--- a/hosts/radicale/default.nix
+++ b/hosts/radicale/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}";