Set up bootloader and networking for lappy and general.
This commit is contained in:
5
nodes/hosts/common/system/networking.nix
Normal file
5
nodes/hosts/common/system/networking.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ config, ...}: {
|
||||
networking.networkmanager.enable = true;
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user