aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/apzu/hardware
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-04-22 13:40:43 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:31:28 +0200
commitad7a80198f11bd94a7dc6f3ebde554ed4bc60e82 (patch)
tree834c6240b91a5e9aa7f40d802bcdfec320d94de0 /hosts/apzu/hardware
parentStyle(hm): Remove unneeded parameters (diff)
downloadnixos-config-ad7a80198f11bd94a7dc6f3ebde554ed4bc60e82.zip
Fix(hosts/apzu): Switch to correct values
Diffstat (limited to 'hosts/apzu/hardware')
-rw-r--r--hosts/apzu/hardware/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/apzu/hardware/default.nix b/hosts/apzu/hardware/default.nix
index b11cf522..c989ee44 100644
--- a/hosts/apzu/hardware/default.nix
+++ b/hosts/apzu/hardware/default.nix
@@ -15,11 +15,11 @@
system.fileSystemLayouts = {
enable = true;
- mainDisk = "/dev/disk/by-uuid/4211a4ff-f2e9-41ed-83ca-712830fd0254";
- efiDisk = "/dev/disk/by-uuid/2BFA-8F0F";
+ mainDisk = "/dev/disk/by-uuid/b4a0500c-43a3-4d00-b544-467c1792eeea";
+ efiDisk = "/dev/disk/by-uuid/71E7-AA08";
ssd = true;
swap = {
- uuid = "4211a4ff-f2e9-41ed-83ca-712830fd0254";
+ uuid = "b4a0500c-43a3-4d00-b544-467c1792eeea";
resumeOffset = "533760";
};
};