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 = {