From 94e8e98c77dc7c4b18e89c35589364f9ca6d0522 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sat, 2 Mar 2024 16:46:29 +0100 Subject: [PATCH] Hardcode disko device Partitioning config will be device-specific, so the device can be hardcoded for now --- hosts/franz/disko.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/franz/disko.nix b/hosts/franz/disko.nix index c49a50a..313c8c3 100644 --- a/hosts/franz/disko.nix +++ b/hosts/franz/disko.nix @@ -1,7 +1,7 @@ -{device ? throw "Set this to your disk device, e.g. /dev/sda", ...}: { +{ disko.devices = { disk.main = { - inherit device; + device = "/dev/nvme0n1"; type = "disk"; content = { type = "gpt";