fixup! support unencrypted disk provisioning

This commit is contained in:
steveej 2021-01-04 10:55:36 +01:00
parent d742a504f0
commit fe76636775
5 changed files with 21 additions and 19 deletions

View file

@ -4,7 +4,7 @@
imports = [
../../profiles/common/configuration.nix
../../profiles/graphical/configuration.nix
../../modules/opnionatedDisk.nix
../../modules/opinionatedDisk.nix
./system.nix
./hw.nix

View file

@ -18,7 +18,7 @@ let
in
{
# TASK: new device
hardware.encryptedDisk = {
hardware.opinionatedDisk = {
enable = true;
encrypted = true;
diskId = "nvme-SKHynix_HFS001TD9TNI-L2B0B_CJ0AN89731030AV3Q";