final changes for tonight
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Vivian 2022-07-30 23:35:52 +02:00
parent 1e3192f865
commit ecfc36e017
7 changed files with 14 additions and 18 deletions

View file

@ -5,7 +5,8 @@ let
hostName = hostname;
ipAddress = ip;
};
hosts' = hosts.olympus;
localDomain = config.networking.domain;
hosts' = hosts.${localDomain};
in {
imports = [ ];
@ -41,8 +42,8 @@ in {
option broadcast-address 10.42.43.255;
option routers 10.42.42.1;
option domain-name-servers 10.42.42.15, 10.42.42.16;
option domain-name "olympus";
option domain-search "olympus";
option domain-name "${localDomain}";
option domain-search "${localDomain}";
subnet 10.42.42.0 netmask 255.255.254.0 {
range 10.42.43.1 10.42.43.254;
}