File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ sets of files/directories in this repository.
6
6
<!-- These are coincidentally the same length. magic! -->
7
7
8
8
- ` -r-------- /etc/lego/desec ` : acme credentials
9
- - ` drwx------ /etc/secureboot ` : secureboot keys
9
+ - ` drwx------ /var/lib/sbctl ` : secure boot keys
10
10
- ` -r-------- /v/l/forgejo/data/jwt/oauth.pem ` : forgejo oauth jwt private key
11
11
- ` -r-------- kita:/etc/radicale/users ` : radicale user htpasswd mappings
12
12
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ lib.mkIf cfg.secureboot {
15
15
boot . loader . systemd-boot . enable = lib . mkForce false ;
16
16
boot . lanzaboote = {
17
17
enable = true ;
18
- pkiBundle = "/etc/secureboot " ;
18
+ pkiBundle = "/var/lib/sbctl " ;
19
19
} ;
20
20
}
You can’t perform that action at this time.
0 commit comments