diff --git a/configuration.nix b/configuration.nix index 4a36bfb..0187921 100644 --- a/configuration.nix +++ b/configuration.nix @@ -7,6 +7,7 @@ imports = [ ./hardware-configuration.nix + disko # ./programs.nix ]; @@ -18,13 +19,6 @@ systemd-boot.consoleMode = "0"; }; - boot.initrd.luks.devices = { - root = { - device = "/dev/sda"; - preLVM = true; - }; - }; - #nix.settings.auto-optimise-store = true; nix.settings.experimental-features = [ "nix-command" "flakes" ];