From 9439ed54f70e09f831f1a55db72804884875b4e6 Mon Sep 17 00:00:00 2001 From: Daniel Meiburg Date: Mon, 29 May 2023 15:39:31 +0200 Subject: [PATCH] Remove luks lines from config --- configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 6b5a938..a01660f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -15,9 +15,6 @@ "/crypto_keyfile.bin" = null; }; - boot.initrd.luks.devices."luks-cb43fd1f-80f7-47e1-851a-88a2771eab1b".device = "/dev/disk/by-uuid/cb43fd1f-80f7-47e1-851a-88a2771eab1b"; - boot.initrd.luks.devices."luks-cb43fd1f-80f7-47e1-851a-88a2771eab1b".keyFile = "/crypto_keyfile.bin"; - hardware.opengl.enable = true; networking.hostName = "firefly"; # Define your hostname.