diff --git a/machines/Archie/hardware-configuration.nix b/machines/Archie/hardware-configuration.nix index cc53c64..2966d88 100644 --- a/machines/Archie/hardware-configuration.nix +++ b/machines/Archie/hardware-configuration.nix @@ -50,6 +50,12 @@ fsType = config.fileSystems."/".fsType; options = [ "subvolid=5" "ro" ]; }; + "/mnt/windows" = { + device = "/dev/disk/by-uuid/B61AFDAC1AFD6A2F"; + fsType = "ntfs3"; + neededForBoot = false; + options = [ "noauto" "windows_names" ]; + }; "/home" = { device = "/dev/disk/by-uuid/5322c217-b87b-4150-8b4c-a8fa17a899bf"; fsType = "btrfs";