Compare commits
3 commits
e808aa4d67
...
00cb11370d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
00cb11370d | ||
|
|
8aa655b7e5 | ||
|
|
c0845067ef |
1 changed files with 7 additions and 1 deletions
|
|
@ -10,7 +10,13 @@ in
|
||||||
htop
|
htop
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.grub.enable = false;
|
boot = {
|
||||||
|
loader.grub.enable = false;
|
||||||
|
initrd = {
|
||||||
|
enable = true;
|
||||||
|
systemd.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
services.getty.autologinUser = "root";
|
services.getty.autologinUser = "root";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue