aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/thinklappi/basesystem.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/thinklappi/basesystem.nix b/hosts/thinklappi/basesystem.nix
index 54f1daf..673c0c5 100644
--- a/hosts/thinklappi/basesystem.nix
+++ b/hosts/thinklappi/basesystem.nix
@@ -34,6 +34,11 @@
fsType = "tmpfs";
options = ["defaults" "size=2G" "mode=755"];
};
+ "/tmp" = {
+ device = "tmpfs";
+ fsType = "tmpfs";
+ options = ["defaults" "size=5G" "mode=755"];
+ };
"/nix" = {
device = "/dev/disk/by-label/nixos-root";
fsType = "btrfs";