diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-09-21 20:38:02 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-09-21 20:38:02 -0700 |
| commit | a82d1f4d725182d58241d9d0904b0dc5f0f5cee6 (patch) | |
| tree | 6c403996bbac29e62c755bb1935bf02075641e26 /nix/systems/continuity | |
| parent | 11d99a0715cf201a660e33d911c953313fec3796 (diff) | |
fix secureboot typo
Diffstat (limited to 'nix/systems/continuity')
| -rw-r--r-- | nix/systems/continuity/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
