summaryrefslogtreecommitdiff
path: root/hosts/workstation/hardware.nix
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2026-06-06 23:35:03 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2026-06-06 23:35:03 +0200
commit64c9728e0c73e35787b2e69393a69c9d2815f936 (patch)
tree05440a89e9d84e14f7e35d0a3044afa7bd605530 /hosts/workstation/hardware.nix
parent32be6013555754aab30080e70792eea0a936c2a9 (diff)
update to 26.05
Diffstat (limited to 'hosts/workstation/hardware.nix')
-rw-r--r--hosts/workstation/hardware.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/workstation/hardware.nix b/hosts/workstation/hardware.nix
index 7f12b5a..2f91bf3 100644
--- a/hosts/workstation/hardware.nix
+++ b/hosts/workstation/hardware.nix
@@ -45,7 +45,9 @@ modulesPath,
fsType = "btrfs";
};
- boot.initrd.luks.devices."root".device = "/dev/disk/by-uuid/df2e1c34-093a-4678-9665-8c96ca42b1a2";
+ boot.initrd.luks.devices."root" = {
+ device = "/dev/disk/by-uuid/df2e1c34-093a-4678-9665-8c96ca42b1a2";
+ };
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/72B1-F610";