mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
fixes for nixos 24.11 checks
This commit is contained in:
parent
53eb192ea8
commit
d46d0737c5
7 changed files with 61 additions and 89 deletions
|
@ -76,12 +76,10 @@
|
|||
};
|
||||
wireguardPeers = [
|
||||
{
|
||||
wireguardPeerConfig = {
|
||||
PublicKey = "Z5lwwHTCDr6OF4lfaCdSHNveunOn4RzuOQeyB+El9mQ=";
|
||||
PresharedKeyFile = config.age.secrets."wireguard/dorm/preshared".path;
|
||||
Endpoint = "nuc.rfive.de:51820";
|
||||
AllowedIPs = "192.168.42.0/24, 192.168.43.0/24";
|
||||
};
|
||||
PublicKey = "Z5lwwHTCDr6OF4lfaCdSHNveunOn4RzuOQeyB+El9mQ=";
|
||||
PresharedKeyFile = config.age.secrets."wireguard/dorm/preshared".path;
|
||||
Endpoint = "nuc.rfive.de:51820";
|
||||
AllowedIPs = "192.168.42.0/24, 192.168.43.0/24";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
@ -89,10 +87,8 @@
|
|||
matchConfig.Name = "wg0";
|
||||
addresses = [
|
||||
{
|
||||
addressConfig = {
|
||||
Address = "192.168.43.4/24";
|
||||
AddPrefixRoute = false;
|
||||
};
|
||||
Address = "192.168.43.4/24";
|
||||
AddPrefixRoute = false;
|
||||
}
|
||||
];
|
||||
networkConfig = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue