From d618890198fedd909887b0cf7dde6a79e54938e9 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Mon, 21 Jul 2025 17:22:31 +0200 Subject: [PATCH] feat(stolas): add name of NVME device --- nixos/stolas/disks.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/stolas/disks.nix b/nixos/stolas/disks.nix index 3ecb67d..5d48d17 100644 --- a/nixos/stolas/disks.nix +++ b/nixos/stolas/disks.nix @@ -11,7 +11,7 @@ disk = { main = { type = "disk"; - device = "/dev/disk/by-uuid/TODO"; + device = "/dev/nvme0n1"; content = { type = "gpt"; partitions = {