This website requires JavaScript.
Explore
Help
Sign In
greg
/
nixos
Watch
1
Star
0
Fork
1
Code
Issues
Pull Requests
2
Actions
Packages
Projects
Releases
Wiki
Activity
Files
aa4afea34141e8559cb03e9eb4650c378621d83f
nixos
/
hosts
/
unstable
/
icdm-root
/
boot.nix
T
12 lines
121 B
Nix
Raw
Normal View
History
Unescape
Escape
Support for deadnix pre-commit check
2024-10-03 15:21:56 -05:00
{
...
}:
Add icdm-root
2023-03-07 17:17:24 -06:00
{
A complete reformatting to match nixpkgs-fmt
2024-10-03 11:26:39 -05:00
# Bootloader.
boot
=
{
loader
.
grub
=
{
enable
=
true
;
device
=
"/dev/sda"
;
};
};
Add icdm-root
2023-03-07 17:17:24 -06:00
}
Reference in New Issue
Copy Permalink