mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Hardening] Add sbctl to system packages
Not really useful yet
This commit is contained in:
parent
c07db9ae09
commit
17180722c1
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue