From 8ea423db3b7d4962a2f9111e90b10b22d6afe1c0 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Fri, 9 Jun 2023 22:21:52 +0200 Subject: fix size and permissions of root --- mini/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'mini') diff --git a/mini/hardware-configuration.nix b/mini/hardware-configuration.nix index dc163a7..648b234 100644 --- a/mini/hardware-configuration.nix +++ b/mini/hardware-configuration.nix @@ -16,6 +16,7 @@ fileSystems."/" = { device = "none"; fsType = "tmpfs"; + options = [ "defaults" "size=8G" "mode=755" ]; }; fileSystems."/boot" = -- cgit v1.2.3