octo: remove unused /tmp

This commit is contained in:
Aaron Bieber 2023-09-19 07:34:09 -06:00
parent c7ec951c50
commit 39786eac53
No known key found for this signature in database

View File

@ -4,10 +4,6 @@
device = "/dev/disk/by-label/NIXOS_SD";
fsType = "ext4";
};
"/tmp" = {
device = "/dev/disk/by-label/nix-extra";
fsType = "ext4";
};
};
hardware.enableRedistributableFirmware = true;