fix typo and bootloader path

This commit is contained in:
cy 2025-01-23 17:50:38 -05:00
parent 59e3608ebb
commit c32af7eaf9

View file

@ -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"; }
];
}