From 57be8c131620ded944e675aff0d0ecf52a56e8c7 Mon Sep 17 00:00:00 2001 From: twoneis Date: Mon, 6 May 2024 21:54:36 +0200 Subject: [PATCH] no luks maybe --- devices/ellaca/disko.nix | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/devices/ellaca/disko.nix b/devices/ellaca/disko.nix index b531658..3607ac6 100644 --- a/devices/ellaca/disko.nix +++ b/devices/ellaca/disko.nix @@ -17,19 +17,11 @@ mountpoint = "/boot"; }; }; - crypt = { + root = { end = "-16G"; content = { - type = "luks"; - name = "crypt"; - passwordFile = "/tmp/secret.key"; - settings = { - allowDiscards = true; - }; - content = { - type = "zfs"; - pool = "zroot"; - }; + type = "zfs"; + pool = "zroot"; }; }; swap = {