Set up bootloader and networking for lappy and general.
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
./system/bluetooth.nix
|
||||
./system/environment.nix
|
||||
./system/locale.nix
|
||||
./system/networking.nix
|
||||
./system/nixos.nix
|
||||
./system/security.nix
|
||||
./system/time.nix
|
||||
|
||||
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