From 64c9728e0c73e35787b2e69393a69c9d2815f936 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sat, 6 Jun 2026 23:35:03 +0200 Subject: update to 26.05 --- hosts/workstation/default.nix | 7 ------- hosts/workstation/hardware.nix | 4 +++- 2 files changed, 3 insertions(+), 8 deletions(-) (limited to 'hosts/workstation') diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index 6e63dae..69ff662 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -81,13 +81,6 @@ }; }; - usbauth = { - enable = true; - device = "root"; - uuid = "543f281c-4feb-4a5a-b51b-99114fa4b8a1"; - keyname = "n8"; - }; - hardware.graphics = { enable = true; enable32Bit = true; 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"; -- cgit v1.2.3-70-g09d2