From a7b4ae03f0f4767020b7ef1862ee3c89b569725a Mon Sep 17 00:00:00 2001 From: ene Date: Tue, 21 Feb 2023 15:06:58 +0100 Subject: Fix(hosts): Switch to direct names This is obviously worse than uuids, but uuids just don't work for me right now and this should not be such a big problem. --- hosts/mammun/hardware/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/mammun/hardware/default.nix b/hosts/mammun/hardware/default.nix index 0b6544bb..78335389 100644 --- a/hosts/mammun/hardware/default.nix +++ b/hosts/mammun/hardware/default.nix @@ -15,8 +15,10 @@ system.fileSystemLayouts = { enable = true; - mainDisk = "/dev/disk/by-uuid/c8de0e7a-6e60-46bf-9244-75987a1e2780"; - efiDisk = "/dev/disk/by-uuid/BFBA-9E3F"; + mainDisk = "/dev/sda2"; + # mainDisk = "/dev/disk/by-uuid/c8de0e7a-6e60-46bf-9244-75987a1e2780"; + efiDisk = "/dev/sda1"; + # efiDisk = "/dev/disk/by-uuid/BFBA-9E3F"; }; boot = { -- cgit 1.4.1