satoshipad: fix luks loaOf deprecation warning
1 file changed, 2 insertions(+), 3 deletions(-)
jump to
M system/satoshipad.nix → system/satoshipad.nix
@@ -30,9 +30,8 @@ ]; services.throttled.enable = true; - boot.initrd.luks.devices = [ - { - name = "root"; + boot.initrd.luks.devices = { + root = { allowDiscards = true; device = "/dev/disk/by-uuid/bb7f9a24-8963-4d00-9258-118050b35748"; preLVM = true;