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