From e645b286c7e7ace7d14bb12e0075f560b367253a Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sat, 30 Aug 2025 15:00:20 +0200 Subject: [PATCH] feat: add disk --- hosts/hitsugibune/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/hitsugibune/hardware-configuration.nix b/hosts/hitsugibune/hardware-configuration.nix index ca1f5bb..0c794da 100644 --- a/hosts/hitsugibune/hardware-configuration.nix +++ b/hosts/hitsugibune/hardware-configuration.nix @@ -22,6 +22,11 @@ fsType = "ext4"; }; + fileSystems."/data" = { + device = "/dev/disk/by-uuid/9fd3ca90-9e64-4d53-abb9-115c8d92498f"; + fsType = "ext4"; + }; + fileSystems."/boot" = { device = "/dev/disk/by-uuid/1A74-B74C"; fsType = "vfat";