Move around some minecraft stuff.
This commit is contained in:
parent
6aad24d535
commit
ce2b33f3ed
10 changed files with 52 additions and 20 deletions
|
@ -3,9 +3,9 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
remmina
|
||||
freerdp
|
||||
globalprotect-openconnect
|
||||
python3
|
||||
zoom-us
|
||||
globalprotect-openconnect
|
||||
];
|
||||
|
||||
# Enable Globalprotect VPN
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
{ # 0.0.0.0 makes wg act like a traditional VPN
|
||||
publicKey = outputs.secrets.wgServerPub;
|
||||
allowedIPs = [ "0.0.0.0/0" ];
|
||||
endpoint = "mc.${outputs.secrets.jimDomain}:51820";
|
||||
endpoint = "sv.${outputs.secrets.jimDomain}:51820";
|
||||
persistentKeepalive = 25;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue