Remove bootloader
This commit is contained in:
parent
a5e6f5dd7c
commit
96a163f3ff
1 changed files with 1 additions and 7 deletions
|
|
@ -10,13 +10,7 @@ in
|
|||
htop
|
||||
];
|
||||
|
||||
boot = {
|
||||
loader.grub.devices = [ "/dev/vda" ];
|
||||
initrd = {
|
||||
enable = true;
|
||||
systemd.enable = true;
|
||||
};
|
||||
};
|
||||
boot.loader.grub.enable = false;
|
||||
|
||||
services.getty.autologinUser = "root";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue