Add systemd-boot to physical profile
This commit is contained in:
parent
ab50d3e1c0
commit
2cf362376c
2 changed files with 4 additions and 4 deletions
|
@ -22,10 +22,6 @@
|
||||||
"rcu_nocbs=0-8"
|
"rcu_nocbs=0-8"
|
||||||
|
|
||||||
];
|
];
|
||||||
boot.loader = {
|
|
||||||
systemd-boot.enable = true;
|
|
||||||
efi.canTouchEfiVariables = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
hardware.gpgSmartcards.enable = true;
|
hardware.gpgSmartcards.enable = true;
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
{ pkgs, ... }:{
|
{ pkgs, ... }:{
|
||||||
|
boot.loader = {
|
||||||
|
systemd-boot.enable = true;
|
||||||
|
efi.canTouchEfiVariables = true;
|
||||||
|
};
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
pciutils
|
pciutils
|
||||||
usbutils
|
usbutils
|
||||||
|
|
Loading…
Reference in a new issue