From 037c5547a1b3a8d3177205b8ca33df55751ca05d Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Thu, 6 Jun 2024 19:51:59 -0700 Subject: [PATCH] data drive --- hosts/snowhawk/hardware-configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/snowhawk/hardware-configuration.nix b/hosts/snowhawk/hardware-configuration.nix index 1fd77be..7612450 100644 --- a/hosts/snowhawk/hardware-configuration.nix +++ b/hosts/snowhawk/hardware-configuration.nix @@ -20,6 +20,10 @@ fsType = "vfat"; }; + fileSystems."/data" = { + device = "/dev/disk/bu-uuid/00a7093a-49ee-41e4-baec-99d8a322a530"; + fsType = "ext4"; + }; # Enable OpenGL hardware.opengl = {