From 6146fb6f32596d65b69faa53902b7df3e9f3bf2e Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 25 Mar 2025 18:07:40 +0100 Subject: [PATCH] feat: adds big drive to yoshino --- hosts/yoshino/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/yoshino/hardware-configuration.nix b/hosts/yoshino/hardware-configuration.nix index d1a60cb..a322ff4 100644 --- a/hosts/yoshino/hardware-configuration.nix +++ b/hosts/yoshino/hardware-configuration.nix @@ -18,6 +18,11 @@ fsType = "ext4"; }; + fileSystems."/big" = + { device = "/dev/disk/by-uuid/031fb71b-8c3e-490e-9498-4e5db01eabab"; + fsType = "ext4"; + }; + fileSystems."/boot" = { device = "/dev/disk/by-uuid/E11B-7715"; fsType = "vfat";