rotuer: get lan rfc1918 prefix from secrets
This commit is contained in:
parent
6f1f9d6f20
commit
29e61be26c
2 changed files with 9 additions and 3 deletions
|
@ -11,4 +11,8 @@ rec {
|
|||
];
|
||||
};
|
||||
root_password = root.passwd;
|
||||
lan = {
|
||||
prefix = "10.8.0"; # "192.168.8";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue