Add systemd-boot to physical profile

This commit is contained in:
emily 2024-06-12 16:36:08 +02:00
parent ab50d3e1c0
commit 2cf362376c
Signed by: emily
GPG key ID: F6F4C66207FCF995
2 changed files with 4 additions and 4 deletions

View file

@ -22,10 +22,6 @@
"rcu_nocbs=0-8"
];
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
hardware.bluetooth.enable = true;
hardware.gpgSmartcards.enable = true;

View file

@ -1,4 +1,8 @@
{ pkgs, ... }:{
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
environment.systemPackages = with pkgs; [
pciutils
usbutils