From e7093aa7897bee8016079e736cf4153f19efc277 Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 3 Jul 2023 15:20:47 +0200 Subject: Fix(hosts/server1/hardware): Use new disk module --- hosts/server1/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/server1/configuration.nix b/hosts/server1/configuration.nix index 78eacee..8c8c0e7 100644 --- a/hosts/server1/configuration.nix +++ b/hosts/server1/configuration.nix @@ -11,7 +11,7 @@ networking.hostName = "server1"; networking.domain = "vhack.eu"; - system.fileSystemLayouts.mainDisk = "/dev/disk/by-uuid/7d960eb9-9334-4aef-9f7c-9a908a91a6db"; + system.disks.disk = "/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003"; system.stateVersion = "22.11"; } -- cgit 1.4.1