main
1{ globals, libx, ... }:
2{
3 # networking.extraHosts = ''
4 # 10.100.0.80 nagoya.vpn
5 # '';
6 networking.hosts = libx.hostConfigs globals.machines;
7 # networking.hosts = {
8 # "192.168.1.80" = [ "nagoya.home" ];
9 # "10.100.0.80" = [ "nagoya.vpn" ];
10 # };
11}