nullbox: add drive

This commit is contained in:
NullBite 2023-12-30 19:14:49 -05:00
parent 8a0ed4ecda
commit cf8b239031
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -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