Compare commits
No commits in common. "746e8fff473bcc385d921c23a9de772e43cb2301" and "e1e33ec6e9054da1fae93bdc3a7a0fc7372242a9" have entirely different histories.
746e8fff47
...
e1e33ec6e9
@ -13,9 +13,7 @@
|
||||
cookieSecure = true;
|
||||
disableRegistration = true;
|
||||
repositoryRoot = "/vault/git";
|
||||
dump.enable = true;
|
||||
appName = "Gitea";
|
||||
dump = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -40,7 +40,7 @@
|
||||
443
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
1194 # Wireguard
|
||||
51820 # Wireguard
|
||||
];
|
||||
autoLoadConntrackHelpers = true;
|
||||
connectionTrackingModules = [ "sane" ];
|
||||
@ -63,7 +63,7 @@
|
||||
networking.wireguard.interfaces = {
|
||||
wg0 = {
|
||||
ips = [ "10.8.0.1/24" ];
|
||||
listenPort = 1194;
|
||||
listenPort = 51820;
|
||||
privateKeyFile = "/home/coolneng/.wg/keys/privatekey";
|
||||
peers = [
|
||||
# Monolith
|
||||
|
Loading…
Reference in New Issue
Block a user