Compare commits

..

No commits in common. "cf8b23903140434145d0d0fbd2ed4e45d5ba54d8" and "e8b6de93eb98d383f53853dbe928d228d605ef8d" have entirely different histories.

2 changed files with 0 additions and 11 deletions

View File

@ -6,12 +6,6 @@
{ 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

View File

@ -8,11 +8,6 @@
{
# 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