mirror of
https://github.com/0x1d/nix.git
synced 2025-12-14 22:02:25 +01:00
cleanup
This commit is contained in:
4
os/system/boot.nix
Normal file
4
os/system/boot.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ pkgs, ... }: {
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
}
|
||||
Reference in New Issue
Block a user