From cf8b23903140434145d0d0fbd2ed4e45d5ba54d8 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sat, 30 Dec 2023 19:14:49 -0500 Subject: [PATCH] nullbox: add drive --- hosts/nullbox/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/nullbox/configuration.nix b/hosts/nullbox/configuration.nix index f8e9b82..bda8818 100644 --- a/hosts/nullbox/configuration.nix +++ b/hosts/nullbox/configuration.nix @@ -6,6 +6,12 @@ { config, lib, pkgs, ... }: { + + fileSystems."/ntfs" = { + fsType = "ntfs-3g"; + device = "/dev/disk/by-uuid/6AC23F0FC23EDF4F"; + }; + imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix