slab: add external drive

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

View File

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