Set up networking for lappy specifically.

This commit is contained in:
jay
2025-06-29 14:29:08 -04:00
parent 55021a6c6f
commit 05925d1469
2 changed files with 7 additions and 5 deletions

View File

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