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