From: Preston Pan Date: Mon, 22 Sep 2025 03:38:02 +0000 (-0700) Subject: fix secureboot typo X-Git-Url: https://ret2pop.net/gitweb/%22./static/%22../%22/style.css?a=commitdiff_plain;h=a82d1f4d725182d58241d9d0904b0dc5f0f5cee6;p=monorepo.git fix secureboot typo --- diff --git a/config/nix.org b/config/nix.org index 940c98f..c256b8e 100644 --- a/config/nix.org +++ b/config/nix.org @@ -3776,7 +3776,7 @@ This is pretty understandable, if you understand all the above. monorepo = { profiles = { impermanence.enable = true; - secureBoot = true; + secureBoot.enable = true; }; vars = { device = "/dev/sda"; diff --git a/nix/systems/continuity/default.nix b/nix/systems/continuity/default.nix index ca3b5bc..452ae30 100644 --- a/nix/systems/continuity/default.nix +++ b/nix/systems/continuity/default.nix @@ -8,7 +8,7 @@ monorepo = { profiles = { impermanence.enable = true; - secureBoot = true; + secureBoot.enable = true; }; vars = { device = "/dev/sda";