fix typo and bootloader path
This commit is contained in:
parent
59e3608ebb
commit
c32af7eaf9
1 changed files with 8 additions and 2 deletions
|
@ -44,8 +44,8 @@
|
|||
];
|
||||
};
|
||||
|
||||
networkings.wireless.enable = true;
|
||||
networkings.wireless.networks = {
|
||||
networking.wireless.enable = true;
|
||||
networking.wireless.networks = {
|
||||
"36 Halsey" = {
|
||||
psk = "Canada2022";
|
||||
};
|
||||
|
@ -66,4 +66,10 @@
|
|||
];
|
||||
security.sudo.enable = true;
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
users.users.root.initialHashedPassword = "";
|
||||
users.users.yt.initialHashedPassword = "";
|
||||
|
||||
boot.loader.generic-extlinux-compatible.mirroredBoots = [
|
||||
{ path = "/boot/firmware"; }
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue