From 2d1e2ccfdee7aa3cf4ab682edc292f1602a0fbe2 Mon Sep 17 00:00:00 2001 From: Gonne Date: Tue, 6 Feb 2024 09:19:32 +0100 Subject: [PATCH] Kleineres Root tmpfs --- nixos/machines/lobon/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/machines/lobon/hardware-configuration.nix b/nixos/machines/lobon/hardware-configuration.nix index 3e9d221..4830b2c 100644 --- a/nixos/machines/lobon/hardware-configuration.nix +++ b/nixos/machines/lobon/hardware-configuration.nix @@ -8,7 +8,7 @@ fileSystems."/" = { device = "root"; fsType = "tmpfs"; - options = ["size=1G" "mode=755"]; + options = ["size=521M" "mode=755"]; }; fileSystems."/persist" = { device = "/dev/disk/by-label/nixos";