✨ Split up config files to multiple and added imports. Fixed default values for systemConfigs
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
{ systemConfig, ... }:
|
||||
{ pkgs, systemConfig, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
];
|
||||
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
hostName = systemConfig.hostName;
|
||||
|
Reference in New Issue
Block a user