From 00436e8de11392670ffd4c6175fae2eb915b4ea2 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 11 Dec 2025 13:34:41 +0100 Subject: modules/disk: Adapt to lix's new build directory The switched, so that the paths are not that long. --- modules/by-name/di/disks/module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/by-name/di/disks/module.nix') diff --git a/modules/by-name/di/disks/module.nix b/modules/by-name/di/disks/module.nix index d5746ecf..7ec5c2d4 100644 --- a/modules/by-name/di/disks/module.nix +++ b/modules/by-name/di/disks/module.nix @@ -115,12 +115,12 @@ in { fsType = "tmpfs"; mountOptions = ["defaults" "size=50%" "mode=0755"]; }; - "/nix/var/nix/builds" = { + "/nix/var/nix/b" = { fsType = "tmpfs"; mountOptions = [ "defaults" "noswap" # Otherwise, we might run into io-based slowdowns - "size=75%" + "size=80%" "mode=0755" ]; }; -- cgit 1.4.1