Add toplevel module, and enable modules in config

This commit is contained in:
Jonas Juselius
2020-10-31 09:16:52 +01:00
parent 375a26915f
commit 533928a880
5 changed files with 30 additions and 19 deletions

View File

@@ -55,8 +55,8 @@ in
networking = {
hostName = cfg.hostName;
domain = cfg.domain;
search = cfg.searchDomains;
# domain = cfg.domain;
# search = cfg.searchDomains;
extraHosts = cfg.extraHosts;
};