diff options
| -rw-r--r-- | config/nix.org | 2 | ||||
| -rw-r--r-- | 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"; |
