Compare commits
No commits in common. "cf8b23903140434145d0d0fbd2ed4e45d5ba54d8" and "e8b6de93eb98d383f53853dbe928d228d605ef8d" have entirely different histories.
cf8b239031
...
e8b6de93eb
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user