From 71199adcb7c0573be4fe55440bba260822a97693 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Tue, 7 May 2024 22:30:15 +0200 Subject: [PATCH] Reinstall laptop after multiple try windows install --- hosts/perso-laptop/default.nix | 2 +- hosts/perso-laptop/hardware-configuration.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/perso-laptop/default.nix b/hosts/perso-laptop/default.nix index 1d7c270..3ed523e 100644 --- a/hosts/perso-laptop/default.nix +++ b/hosts/perso-laptop/default.nix @@ -41,5 +41,5 @@ nvidiaBusId = "PCI:1:0:0"; }; - customModules.gpuPassthrough.enable = true; +# customModules.gpuPassthrough.enable = true; } diff --git a/hosts/perso-laptop/hardware-configuration.nix b/hosts/perso-laptop/hardware-configuration.nix index 85747a9..d055174 100644 --- a/hosts/perso-laptop/hardware-configuration.nix +++ b/hosts/perso-laptop/hardware-configuration.nix @@ -14,17 +14,17 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/9e56de40-4d30-4122-959d-123735c7aa32"; + { device = "/dev/disk/by-uuid/5bbf58b4-ba01-4ae9-bdaf-acc6079e9d50"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/E2EE-8EAC"; + { device = "/dev/disk/by-uuid/74C7-45BB"; fsType = "vfat"; }; 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