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