rotuer: get lan rfc1918 prefix from secrets

This commit is contained in:
Daniel Barlow 2024-02-07 23:46:16 +00:00
parent 6f1f9d6f20
commit 29e61be26c
2 changed files with 9 additions and 3 deletions

View file

@ -11,4 +11,8 @@ rec {
];
};
root_password = root.passwd;
lan = {
prefix = "10.8.0"; # "192.168.8";
};
}