mimir: Fix WireGuard config, secrets file name
This commit is contained in:
parent
ae502375b3
commit
c7fd25bdae
2 changed files with 2 additions and 2 deletions
|
@ -296,7 +296,7 @@
|
|||
AllowedIPs = [
|
||||
"10.128.0.0/23"
|
||||
];
|
||||
EndPoint = "212.45.34.195:51822";
|
||||
Endpoint = "212.45.34.195:51822";
|
||||
PersistentKeepalive = 25;
|
||||
}
|
||||
];
|
||||
|
@ -436,7 +436,7 @@
|
|||
services = {
|
||||
openssh.enable = true;
|
||||
|
||||
envfs.enable = true;
|
||||
envfs.enable = false;
|
||||
cpupower-gui.enable = true;
|
||||
flatpak.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue