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; cookieSecure = true;
disableRegistration = true; disableRegistration = true;
repositoryRoot = "/vault/git"; repositoryRoot = "/vault/git";
dump.enable = true;
appName = "Gitea"; appName = "Gitea";
dump = {
enable = true;
};
}; };
} }

View File

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