summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-09-21 20:38:02 -0700
committerPreston Pan <ret2pop@gmail.com>2025-09-21 20:38:02 -0700
commita82d1f4d725182d58241d9d0904b0dc5f0f5cee6 (patch)
tree6c403996bbac29e62c755bb1935bf02075641e26
parent11d99a0715cf201a660e33d911c953313fec3796 (diff)
fix secureboot typo
-rw-r--r--config/nix.org2
-rw-r--r--nix/systems/continuity/default.nix2
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";