From 723923d8d506fe53eab75136dac7b53b1ff08b94 Mon Sep 17 00:00:00 2001 From: ene Date: Tue, 21 Feb 2023 08:44:22 +0100 Subject: Feat(hosts): Add UUID for mammun --- hosts/mammun/hardware/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/mammun/hardware/default.nix b/hosts/mammun/hardware/default.nix index bd7241b3..2eeb3736 100644 --- a/hosts/mammun/hardware/default.nix +++ b/hosts/mammun/hardware/default.nix @@ -15,8 +15,8 @@ system.fileSystemLayouts = { enable = true; - mainDisk = "/dev/disk/by-uuid/"; - efiDisk = "/dev/disk/by-uuid/"; + mainDisk = "/dev/disk/by-uuid/1304e375-36ab-49da-846b-5337cb516b0f"; + efiDisk = "/dev/disk/by-uuid/6B08-6E94"; }; boot = { -- cgit 1.4.1