From ad74f734f91a02bfcf180556f8ad259d5d163c44 Mon Sep 17 00:00:00 2001 From: twoneis Date: Mon, 22 Jul 2024 14:19:20 +0200 Subject: [PATCH] added disk uuids for tunyon --- devices/tunyon/disks.nix | 6 +++--- devices/tunyon/options.nix | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/devices/tunyon/disks.nix b/devices/tunyon/disks.nix index 622bc1d..056cf34 100644 --- a/devices/tunyon/disks.nix +++ b/devices/tunyon/disks.nix @@ -1,7 +1,7 @@ { ... }: { disks = { - boot = ""; - crypt = ""; - root = ""; + boot = "BC3B-2104"; + crypt = "8c2e23a2-301a-483d-9331-afc982082c8a"; + root = "aae3c9f7-579a-48b8-bf20-5c4ae84a7a4a"; }; } diff --git a/devices/tunyon/options.nix b/devices/tunyon/options.nix index 54d29cb..8ab4dd4 100644 --- a/devices/tunyon/options.nix +++ b/devices/tunyon/options.nix @@ -5,8 +5,6 @@ withGames = true; - withImpermanence = true; - hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input"; stateVersion = "24.05";