mimir: Fix WireGuard config, secrets file name

This commit is contained in:
Erwin Boskma 2024-12-06 11:38:52 +01:00
parent ae502375b3
commit c7fd25bdae
Signed by: erwin
SSH key fingerprint: SHA256:3F6Cm6I3erRqlBwEghZWAQl6eS5WrGTX1Vs/Evec1lQ
2 changed files with 2 additions and 2 deletions

View file

@ -296,7 +296,7 @@
AllowedIPs = [ AllowedIPs = [
"10.128.0.0/23" "10.128.0.0/23"
]; ];
EndPoint = "212.45.34.195:51822"; Endpoint = "212.45.34.195:51822";
PersistentKeepalive = 25; PersistentKeepalive = 25;
} }
]; ];
@ -436,7 +436,7 @@
services = { services = {
openssh.enable = true; openssh.enable = true;
envfs.enable = true; envfs.enable = false;
cpupower-gui.enable = true; cpupower-gui.enable = true;
flatpak.enable = true; flatpak.enable = true;