secureboot on nas eventually maybe
This commit is contained in:
@@ -13,5 +13,6 @@ creation_rules:
|
|||||||
- *matt
|
- *matt
|
||||||
- *matt_pi4
|
- *matt_pi4
|
||||||
- *desktop
|
- *desktop
|
||||||
|
- *admin
|
||||||
- *jallen-nas
|
- *jallen-nas
|
||||||
- *pi4
|
- *pi4
|
||||||
@@ -112,6 +112,41 @@
|
|||||||
mode = "0600";
|
mode = "0600";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sops.secrets."secureboot/GUID" = {
|
||||||
|
path = "/etc/secureboot/GUID";
|
||||||
|
mode = "0600";
|
||||||
|
};
|
||||||
|
|
||||||
|
sops.secrets."secureboot/keys/db-key" = {
|
||||||
|
path = "/etc/secureboot/keys/db/db.key";
|
||||||
|
mode = "0600";
|
||||||
|
};
|
||||||
|
|
||||||
|
sops.secrets."secureboot/keys/db-pem" = {
|
||||||
|
path = "/etc/secureboot/keys/db/db.pem";
|
||||||
|
mode = "0600";
|
||||||
|
};
|
||||||
|
|
||||||
|
sops.secrets."secureboot/keys/KEK-key" = {
|
||||||
|
path = "/etc/secureboot/keys/KEK/KEK.key";
|
||||||
|
mode = "0600";
|
||||||
|
};
|
||||||
|
|
||||||
|
sops.secrets."secureboot/keys/KEK-pem" = {
|
||||||
|
path = "/etc/secureboot/keys/KEK/KEK.pem";
|
||||||
|
mode = "0600";
|
||||||
|
};
|
||||||
|
|
||||||
|
sops.secrets."secureboot/keys/PK-key" = {
|
||||||
|
path = "/etc/secureboot/keys/PK/PK.key";
|
||||||
|
mode = "0600";
|
||||||
|
};
|
||||||
|
|
||||||
|
sops.secrets."secureboot/keys/PK-pem" = {
|
||||||
|
path = "/etc/secureboot/keys/PK/PK.pem";
|
||||||
|
mode = "0600";
|
||||||
|
};
|
||||||
|
|
||||||
# Permission modes are in octal representation (same as chmod),
|
# Permission modes are in octal representation (same as chmod),
|
||||||
# the digits represent: user|group|others
|
# the digits represent: user|group|others
|
||||||
# 7 - full (rwx)
|
# 7 - full (rwx)
|
||||||
|
|||||||
Reference in New Issue
Block a user