[Hardening] Add sbctl to system packages

Not really useful yet
This commit is contained in:
Antoine Viallon 2023-05-05 11:50:18 +02:00
parent c07db9ae09
commit 17180722c1
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -108,6 +108,9 @@ in
(optional cfg.expensive "-a exit,always -F arch=b64 -S execve")
];
environment.systemPackages = with pkgs; [
sbctl # Secure Boot keys generation
];
systemd.services.dbus.serviceConfig = mkIf cfg.services.dbus {
# Hardening