mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
7b0072e8ff
2 changed files with 18 additions and 6 deletions
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
# Bootloader stuff
|
||||
boot = {
|
||||
kernelParams = [ "quiet" "loglevel=3" "systemd.show_status=false" "splash" ];
|
||||
loader.grub = {
|
||||
enable = lib.mkForce true;
|
||||
device = lib.mkForce "/dev/sda";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue