about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-02 14:26:34 +0200
committerSoispha <soispha@vhack.eu>2023-07-10 16:44:25 +0200
commit8462082756e4e241c99b7e1fbc17ff22b5ba24e9 (patch)
tree7c1db52a965008d24a709c5a8e819daee2d50079 /hosts
parentFix(bootstrap/eev): Correct pattern matching syntax (diff)
downloadnixos-config-8462082756e4e241c99b7e1fbc17ff22b5ba24e9.tar.gz
nixos-config-8462082756e4e241c99b7e1fbc17ff22b5ba24e9.zip
Fix(hosts/apzu): Update disk to new disko install
Diffstat (limited to 'hosts')
-rw-r--r--hosts/apzu/hardware/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/apzu/hardware/default.nix b/hosts/apzu/hardware/default.nix
index 1f77e435..7beccac5 100644
--- a/hosts/apzu/hardware/default.nix
+++ b/hosts/apzu/hardware/default.nix
@@ -8,7 +8,7 @@
   nixpkgs.hostPlatform = "x86_64-linux";
 
   soispha.disks = {
-    disk = "/dev/disk/by-uuid/b4a0500c-43a3-4d00-b544-467c1792eeea";
+    disk = "/dev/disk/by-id/nvme-INTEL_SSDPEKNU512GZH_PHKA1481032A512A_1";
     ssd = true;
     swap = {
       uuid = "b4a0500c-43a3-4d00-b544-467c1792eeea";