From a82d1f4d725182d58241d9d0904b0dc5f0f5cee6 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sun, 21 Sep 2025 20:38:02 -0700 Subject: [PATCH] fix secureboot typo --- config/nix.org | 2 +- nix/systems/continuity/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"; -- 2.50.1