summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-03 15:20:47 +0200
committerSoispha <soispha@vhack.eu>2023-07-03 15:20:47 +0200
commite7093aa7897bee8016079e736cf4153f19efc277 (patch)
tree4ea40c9340cc1e57907e31aed519cb6585de50b3
parentFix(system/services/nix-sync): Fully rename to nix-sync (diff)
downloadnixos-server-e7093aa7897bee8016079e736cf4153f19efc277.tar.gz
nixos-server-e7093aa7897bee8016079e736cf4153f19efc277.zip
Fix(hosts/server1/hardware): Use new disk module
-rw-r--r--hosts/server1/configuration.nix2
1 files changed, 1 insertions, 1 deletions
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";
 }