From 6f24407e7c99a2ca7b7f111fc7bc6c5419b8762e Mon Sep 17 00:00:00 2001
From: ene <ene@sils.li>
Date: Tue, 21 Feb 2023 13:43:16 +0100
Subject: Fix(hosts): Update mammuns UUIDs

---
 hosts/mammun/hardware/default.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'hosts/mammun')

diff --git a/hosts/mammun/hardware/default.nix b/hosts/mammun/hardware/default.nix
index 2f33fe70..0b6544bb 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/07da3c5f-bc19-499a-a268-30238df9d21b";
-    efiDisk = "/dev/disk/by-uuid/F142-9124";
+    mainDisk = "/dev/disk/by-uuid/c8de0e7a-6e60-46bf-9244-75987a1e2780";
+    efiDisk = "/dev/disk/by-uuid/BFBA-9E3F";
   };
 
   boot = {
-- 
cgit 1.4.1