mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
networking: beautify
This commit is contained in:
parent
71c7cf31d2
commit
7bc9e06788
3 changed files with 17 additions and 3 deletions
|
@ -87,8 +87,15 @@
|
|||
};
|
||||
networks."30-dorm" = {
|
||||
matchConfig.Name = "wg0";
|
||||
addresses = [
|
||||
{
|
||||
addressConfig = {
|
||||
Address = "192.168.43.4/24";
|
||||
AddPrefixRoute = false;
|
||||
};
|
||||
}
|
||||
];
|
||||
networkConfig = {
|
||||
Address = "192.168.43.4/32";
|
||||
DNS = "192.168.43.1";
|
||||
Domains = [
|
||||
"~vpn.rfive.de"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue