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" =