From 7d7c8a6a0ba86df2f2f44dc26a423c55f57c2b21 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 26 Sep 2023 14:51:17 +0200 Subject: [PATCH] remove duplucate --- hosts/steamdeck.cloonar.com/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/steamdeck.cloonar.com/hardware-configuration.nix b/hosts/steamdeck.cloonar.com/hardware-configuration.nix index 944a6ab..b618e41 100644 --- a/hosts/steamdeck.cloonar.com/hardware-configuration.nix +++ b/hosts/steamdeck.cloonar.com/hardware-configuration.nix @@ -15,7 +15,7 @@ fsType = "ext4"; }; - boot.initrd.luks.devices."luks-4dfc511b-12f9-46ef-be2a-f4e026263005".device = "/dev/disk/by-uuid/4dfc511b-12f9-46ef-be2a-f4e026263005"; + # boot.initrd.luks.devices."luks-4dfc511b-12f9-46ef-be2a-f4e026263005".device = "/dev/disk/by-uuid/4dfc511b-12f9-46ef-be2a-f4e026263005"; boot.initrd.luks = { yubikeySupport = true;