Compare commits
2 Commits
e8b6de93eb
...
cf8b239031
Author | SHA1 | Date | |
---|---|---|---|
cf8b239031 | |||
8a0ed4ecda |
@ -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
|
||||
|
@ -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