nullbox: add drive
This commit is contained in:
parent
8a0ed4ecda
commit
cf8b239031
@ -6,6 +6,12 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
fileSystems."/ntfs" = {
|
||||||
|
fsType = "ntfs-3g";
|
||||||
|
device = "/dev/disk/by-uuid/6AC23F0FC23EDF4F";
|
||||||
|
};
|
||||||
|
|
||||||
imports =
|
imports =
|
||||||
[ # Include the results of the hardware scan.
|
[ # Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user