feat: remove luks config from hardware/base.nix

This commit is contained in:
Felix Schröter 2020-09-07 12:50:29 +02:00
parent 4f8f77441d
commit 9bb9782ec6
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
2 changed files with 8 additions and 6 deletions
hardware

View file

@ -5,12 +5,6 @@
./planck.nix
];
boot.initrd.luks.devices = {
root = {
device = "/dev/disk/by-partlabel/nixos";
allowDiscards = true;
};
};
boot.supportedFilesystems = [ "btrfs" ];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader.systemd-boot.enable = true;