Switch montalin to meta-configuration
This commit is contained in:
parent
0f1c70207a
commit
f5668614bd
3 changed files with 12 additions and 8 deletions
|
@ -1,3 +1 @@
|
|||
{
|
||||
network = import ./network.nix;
|
||||
}
|
||||
{ network = import ./network.nix; }
|
||||
|
|
|
@ -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"; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue