diff --git a/configuration.nix b/configuration.nix index 22912f3..694e4c5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -17,13 +17,6 @@ systemd-boot.enable = true; }; - boot.initrd.luks.devices = { - crypt-root = { - device = "/dev/disk/by-label/luks"; - preLVM = true; - }; - }; - nix.settings.auto-optimise-store = true; nix.settings.experimental-features = [ "nix-command" "flakes" ];