This website requires JavaScript.
Explore
Help
Sign in
felix
/
nixos
Watch
1
Star
0
Fork
You've already forked nixos
0
mirror of
https://github.com/Stunkymonkey/nixos.git
synced
2025-05-24 18:04:41 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
745c712c72
nixos
/
machines
/
newton
/
boot.nix
11 lines
115 B
Nix
Raw
Normal View
History
Unescape
Escape
treewide: fix statix errors
2023-11-07 23:13:51 +01:00
_
:
newton: separate boot file
2022-07-30 15:40:56 +02:00
{
boot
.
loader
=
{
timeout
=
1
;
grub
=
{
enable
=
true
;
device
=
"
/
d
e
v
/
s
d
a
"
;
}
;
}
;
}
Reference in a new issue
Copy permalink