slab: add external drive
This commit is contained in:
parent
e8b6de93eb
commit
8a0ed4ecda
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user