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