✨ [pi4] Split module config
This commit is contained in:
10
hosts/pi4/networking.nix
Normal file
10
hosts/pi4/networking.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ systemConfig, ... }:
|
||||
|
||||
{
|
||||
networking = {
|
||||
hostName = systemConfig.hostName;
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
|
||||
services.openssh.enable = true;
|
||||
}
|
Reference in New Issue
Block a user