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 /config/nix.org | |
| parent | 3b66cd122b7e78a1a51ee8ebdd670e5b11ac63e3 (diff) | |
remove secureboot for now
Diffstat (limited to 'config/nix.org')
| -rw-r--r-- | config/nix.org | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/nix.org b/config/nix.org index a214516..f8765ae 100644 --- a/config/nix.org +++ b/config/nix.org @@ -1374,7 +1374,7 @@ because they enhance security. lanzaboote = { enable = config.monorepo.profiles.secureBoot.enable; - pkiBundle = "/etc/secureboot"; + pkiBundle = "/var/lib/sbctl"; }; loader = { @@ -3776,7 +3776,6 @@ This is pretty understandable, if you understand all the above. monorepo = { profiles = { impermanence.enable = true; - secureBoot.enable = true; }; vars = { device = "/dev/sda"; |
