diff options
Diffstat (limited to 'hosts/thinklappi/basesystem.nix')
-rw-r--r-- | hosts/thinklappi/basesystem.nix | 5 |
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"; |