aoife: enable secure boot
All checks were successful
Lint / lint (push) Successful in 2s
Plex Update / update (push) Successful in 9s

This commit is contained in:
Vivian 2023-05-30 08:41:42 +02:00
parent 9a4b0d51c0
commit f29f2e9b20
6 changed files with 272 additions and 28 deletions

View file

@ -38,7 +38,7 @@
services.printing.enable = true;
# Global Packages
environment.systemPackages = with pkgs; [ wireguard-tools ];
environment.systemPackages = with pkgs; [ wireguard-tools sbctl ];
# Enable sound with pipewire.
sound.enable = true;