diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-12-11 13:34:41 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-12-11 13:34:41 +0100 |
| commit | 00436e8de11392670ffd4c6175fae2eb915b4ea2 (patch) | |
| tree | 5ae5fe131aa61877d43b622c78ad1b54a51ba4ac /modules/by-name/di/disks/module.nix | |
| parent | modules/nixos-option: Disable (diff) | |
| download | nixos-config-00436e8de11392670ffd4c6175fae2eb915b4ea2.zip | |
modules/disk: Adapt to lix's new build directory
The switched, so that the paths are not that long.
Diffstat (limited to 'modules/by-name/di/disks/module.nix')
| -rw-r--r-- | modules/by-name/di/disks/module.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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" ]; }; |
