Restructure values file to separate hosts from services

This commit is contained in:
2023-01-21 19:51:10 +01:00
parent cb403a7aeb
commit ad75cb0c88
6 changed files with 37 additions and 33 deletions

View File

@@ -10,7 +10,7 @@
networking.search = [ "pvv.ntnu.no" "pvv.org" ];
networking.nameservers = lib.mkDefault [ "129.241.0.200" "129.241.0.201" ];
networking.tempAddresses = lib.mkDefault "disabled";
networking.defaultGateway = values.gateway;
networking.defaultGateway = values.hosts.gateway;
services.resolved = {
enable = true;