Skip to content

Commit 643cd8c

Browse files
committed
global(secureboot): fix pki store path
1 parent bb89b05 commit 643cd8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/internal/ext-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sets of files/directories in this repository.
66
<!-- These are coincidentally the same length. magic! -->
77

88
- `-r-------- /etc/lego/desec`: acme credentials
9-
- `drwx------ /etc/secureboot`: secureboot keys
9+
- `drwx------ /var/lib/sbctl`: secure boot keys
1010
- `-r-------- /v/l/forgejo/data/jwt/oauth.pem`: forgejo oauth jwt private key
1111
- `-r-------- kita:/etc/radicale/users`: radicale user htpasswd mappings
1212

global/gensokyo/presets/secureboot.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ lib.mkIf cfg.secureboot {
1515
boot.loader.systemd-boot.enable = lib.mkForce false;
1616
boot.lanzaboote = {
1717
enable = true;
18-
pkiBundle = "/etc/secureboot";
18+
pkiBundle = "/var/lib/sbctl";
1919
};
2020
}

0 commit comments

Comments
 (0)