From df31ebebf8d3600c622ecae65059f921544e4eeb Mon Sep 17 00:00:00 2001 From: Jake Hillion Date: Sat, 31 Aug 2024 22:04:38 +0100 Subject: [PATCH] boron: bump tmpfs to 100% of RAM --- hosts/boron.cx.ts.hillion.co.uk/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/boron.cx.ts.hillion.co.uk/hardware-configuration.nix b/hosts/boron.cx.ts.hillion.co.uk/hardware-configuration.nix index 0bdb02d..cf6870f 100644 --- a/hosts/boron.cx.ts.hillion.co.uk/hardware-configuration.nix +++ b/hosts/boron.cx.ts.hillion.co.uk/hardware-configuration.nix @@ -18,7 +18,7 @@ { device = "tmpfs"; fsType = "tmpfs"; - options = [ "mode=0755" ]; + options = [ "mode=0755" "size=100%" ]; }; fileSystems."/boot" =