diff options
Diffstat (limited to 'nix')
| -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"; |
