Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
95c67e05d2d67ae74ef711e5d240c87ed09dcaff
/
.
/
modules
/
boot.nix
blob: 5905245b764dc226d1d5a68e931552552056e876 [
file
] [
log
] [
blame
]
{
config
=
{
boot
.
loader
=
{
systemd
-
boot
.
enable
=
true
;
efi
.
canTouchEfiVariables
=
true
;
};
};
}