Compare commits

..

2 Commits

Author SHA1 Message Date
746e8fff47
Disable gitea dump until the path is customizable 2020-03-05 09:02:09 +01:00
c2ff03241d
Change Wireguard port to 1194 2020-03-05 09:01:54 +01:00
2 changed files with 5 additions and 3 deletions

View File

@ -13,7 +13,9 @@
cookieSecure = true;
disableRegistration = true;
repositoryRoot = "/vault/git";
dump.enable = true;
appName = "Gitea";
dump = {
enable = true;
};
};
}

View File

@ -40,7 +40,7 @@
443
];
allowedUDPPorts = [
51820 # Wireguard
1194 # Wireguard
];
autoLoadConntrackHelpers = true;
connectionTrackingModules = [ "sane" ];
@ -63,7 +63,7 @@
networking.wireguard.interfaces = {
wg0 = {
ips = [ "10.8.0.1/24" ];
listenPort = 51820;
listenPort = 1194;
privateKeyFile = "/home/coolneng/.wg/keys/privatekey";
peers = [
# Monolith