From cf6221a7e56a0b0ed0511c801269b786785ac0c0 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Thu, 2 Aug 2018 11:19:49 +0200 Subject: [PATCH] Nouveau SSD --- systems/LoutreOS/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/LoutreOS/hardware-configuration.nix b/systems/LoutreOS/hardware-configuration.nix index f27672e..2c784eb 100644 --- a/systems/LoutreOS/hardware-configuration.nix +++ b/systems/LoutreOS/hardware-configuration.nix @@ -13,12 +13,12 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/e19fd343-fe5e-4565-b9ce-10fa8a09233b"; + { device = "/dev/disk/by-uuid/fec13566-5528-4859-b185-ce37ac2665eb"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/500C-F4F0"; + { device = "/dev/disk/by-uuid/5306-AD9A"; fsType = "vfat"; };