Switch montalin to meta-configuration

This commit is contained in:
Fabian Hauser 2020-11-24 17:24:13 +00:00
parent 0f1c70207a
commit f5668614bd
3 changed files with 12 additions and 8 deletions

View file

@ -1,3 +1 @@
{
network = import ./network.nix;
}
{ network = import ./network.nix; }

View file

@ -23,7 +23,9 @@
plessur.lan = {
v4 = {
id = "10.1.1.0";
gateway = "10.1.2.1";
bitmask = 24;
nameservers = [ "10.1.2.1" ];
};
hosts = { calanda.v4.ip = "10.1.1.1"; };