summaryrefslogtreecommitdiff
path: root/hosts/toaster/hardware-configuration.nix
diff options
context:
space:
mode:
authorGrisha Shipunov2025-02-21 00:52:57 +0100
committerGrisha Shipunov2025-02-21 00:52:57 +0100
commit8f7f58b9d1ce0a075390b7216eb142efbb36202b (patch)
tree93dff0bc2632ab5961a4e285a69ba7e35f375cbe /hosts/toaster/hardware-configuration.nix
parent1e3e2d083ce8f586a47c6afe40cbb5b33c0b27c6 (diff)
write tmp to disk
Diffstat (limited to 'hosts/toaster/hardware-configuration.nix')
-rw-r--r--hosts/toaster/hardware-configuration.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/toaster/hardware-configuration.nix b/hosts/toaster/hardware-configuration.nix
index 1b0fbb0..318ff03 100644
--- a/hosts/toaster/hardware-configuration.nix
+++ b/hosts/toaster/hardware-configuration.nix
@@ -49,6 +49,12 @@
options = [ "zfsutil" ];
};
+ fileSystems."/tmp" = {
+ device = "zpool/nocomp/tmp";
+ fsType = "zfs";
+ options = [ "zfsutil" ];
+ };
+
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/A170-F83D";
fsType = "vfat";