From 8a0ed4ecda9d3518b8c207cc9afe440f549ec823 Mon Sep 17 00:00:00 2001
From: NullBite <me@nullbite.com>
Date: Sat, 30 Dec 2023 19:10:36 -0500
Subject: [PATCH] slab: add external drive

---
 hosts/slab/configuration.nix | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hosts/slab/configuration.nix b/hosts/slab/configuration.nix
index 6228c3f..08ad322 100644
--- a/hosts/slab/configuration.nix
+++ b/hosts/slab/configuration.nix
@@ -8,6 +8,11 @@
 {
   # nix.settings.experimental-features = ["nix-command" "flakes" ];
 
+  fileSystems."ntfs" = {
+    fsType = "ntfs-3g";
+    device = "/dev/disk/by-uuid/028A49020517BEA9";
+  };
+
   imports =
     [ # Include the results of the hardware scan.
       ./hardware-configuration.nix