From cb6c25e02df96f986e9703189d3703444d31b2d0 Mon Sep 17 00:00:00 2001 From: Katharina Heidenreich Date: Sat, 14 Mar 2026 17:08:57 +0100 Subject: [PATCH] feat: support new partition --- data/storage.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/storage.nix b/data/storage.nix index 0342284..520562c 100644 --- a/data/storage.nix +++ b/data/storage.nix @@ -14,7 +14,7 @@ rec { varlib-storage = { path = "/var/lib"; type = "none"; - source = "${ssd.path}/lib"; - options = ["bind"]; + source = "/dev/disk/by-uuid/c9aacddc-00ab-4d36-8a04-1051586b071c"; + options = ["defaults" "noatime"]; }; }