From 26b6c9120f6de5315ed8b21e48ab500fe44410d6 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 8 Jul 2023 13:43:00 +0200 Subject: Fix(host/server1): Use working path to disk --- hosts/server1/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/server1/configuration.nix b/hosts/server1/configuration.nix index d40e749..f444715 100644 --- a/hosts/server1/configuration.nix +++ b/hosts/server1/configuration.nix @@ -11,7 +11,8 @@ networking.hostName = "server1"; networking.domain = "vhack.eu"; - system.disks.disk = "/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003"; + # FIXME: Find a better way to specify the disk + system.disks.disk = "/dev/vda"; system.stateVersion = "22.11"; } -- cgit 1.4.1