Set up bootloader and networking for lappy and general.

This commit is contained in:
jay
2025-06-29 19:10:12 -04:00
parent d37a350ca6
commit 82a93404ae
6 changed files with 54 additions and 24 deletions

View File

@@ -1,6 +1,4 @@
{ config, ...}: {
networking.hostName = "lappy"; # Define your hostname.
networking.networkmanager.enable = true;
}