Reinstall laptop after multiple try windows install

This commit is contained in:
Florian RICHER 2024-05-07 22:30:15 +02:00
parent c117a43b27
commit 71199adcb7
2 changed files with 4 additions and 4 deletions

View file

@ -41,5 +41,5 @@
nvidiaBusId = "PCI:1:0:0"; nvidiaBusId = "PCI:1:0:0";
}; };
customModules.gpuPassthrough.enable = true; # customModules.gpuPassthrough.enable = true;
} }

View file

@ -14,17 +14,17 @@
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/9e56de40-4d30-4122-959d-123735c7aa32"; { device = "/dev/disk/by-uuid/5bbf58b4-ba01-4ae9-bdaf-acc6079e9d50";
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/E2EE-8EAC"; { device = "/dev/disk/by-uuid/74C7-45BB";
fsType = "vfat"; fsType = "vfat";
}; };
swapDevices = swapDevices =
[ { device = "/dev/disk/by-uuid/ed2ffaa7-f028-4186-a7cd-2e12519af4bf"; } [ { device = "/dev/disk/by-uuid/5557007c-6a7c-4f9a-9619-6586a4dfe2be"; }
]; ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking