diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-09-21 20:54:48 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-09-21 20:54:48 -0700 |
| commit | 33402a3a3aa4655a86acf208ec87d34a343ea0c1 (patch) | |
| tree | 2126cfa67e59a20adf2a8f3daff0bbad727b189f /nix/systems | |
| parent | 3b66cd122b7e78a1a51ee8ebdd670e5b11ac63e3 (diff) | |
remove secureboot for now
Diffstat (limited to 'nix/systems')
| -rw-r--r-- | nix/systems/continuity/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nix/systems/continuity/default.nix b/nix/systems/continuity/default.nix index 452ae30..c156055 100644 --- a/nix/systems/continuity/default.nix +++ b/nix/systems/continuity/default.nix @@ -8,7 +8,6 @@ monorepo = { profiles = { impermanence.enable = true; - secureBoot.enable = true; }; vars = { device = "/dev/sda"; |
