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 --- neko/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'neko') diff --git a/neko/hardware-configuration.nix b/neko/hardware-configuration.nix index 6ae6a4f..1843730 100644 --- a/neko/hardware-configuration.nix +++ b/neko/hardware-configuration.nix @@ -16,6 +16,7 @@ fileSystems."/" = { device = "none"; fsType = "tmpfs"; + options = [ "defaults" "size=8G" "mode=755" ]; }; fileSystems."/boot" = -- cgit v1.2.3