From 39786eac5397749344c3816b3301e275f9502142 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 19 Sep 2023 07:34:09 -0600 Subject: [PATCH] octo: remove unused /tmp --- hosts/octo/hardware-configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/octo/hardware-configuration.nix b/hosts/octo/hardware-configuration.nix index eccc117..20f5feb 100644 --- a/hosts/octo/hardware-configuration.nix +++ b/hosts/octo/hardware-configuration.nix @@ -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;