Set up networking for lappy specifically.
This commit is contained in:
6
nodes/hosts/lappy/system/networking.nix
Normal file
6
nodes/hosts/lappy/system/networking.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ config, ...}: {
|
||||
networking.hostName = "laptop"; # Define your hostname.
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user