From 4c3db0d50ca69f19917a31438996137a4fcccdef Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Fri, 3 Jan 2025 21:05:08 +0100 Subject: [PATCH] perso-desktop: Reinstall with DualBoot --- hosts/perso-desktop/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/perso-desktop/hardware-configuration.nix b/hosts/perso-desktop/hardware-configuration.nix index 4283fb7..10f1841 100644 --- a/hosts/perso-desktop/hardware-configuration.nix +++ b/hosts/perso-desktop/hardware-configuration.nix @@ -14,12 +14,12 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/5ad1f823-0e39-45d5-bedc-20716f39ae76"; + { device = "/dev/disk/by-uuid/b10668d4-6394-4e00-b6ec-54fe688484d2"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/AD52-EFC8"; + { device = "/dev/disk/by-uuid/FACE-AC18"; fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; };