diff --git a/system/hoid/hardware-configuration.nix b/system/hoid/hardware-configuration.nix index 04d8256..f9f7ffb 100644 --- a/system/hoid/hardware-configuration.nix +++ b/system/hoid/hardware-configuration.nix @@ -18,6 +18,12 @@ fsType = "ext4"; }; + fileSystems."/storage" = + { device = "/dev/disk/by-label/storage"; + fsType = "btrfs"; + options = [ "noatime" "nodiratime" "compress=zstd" ]; + }; + fileSystems."/boot/efi" = { device = "/dev/disk/by-uuid/E7D2-7D56"; fsType = "vfat";