Compare commits

..

No commits in common. "e90f05bf991a4d53cfe780484c121543b83b578a" and "6d08a3883f74bb4da601056ddf8c5c9ed422f442" have entirely different histories.

2 changed files with 4 additions and 10 deletions

View File

@ -272,12 +272,6 @@
startAt = "daily";
};
services.seafile = {
enable = true;
initialAdminPassword = "admin";
adminEmail = "asmir.abdulahovic" + "@" + "gmail.com";
};
/*
needed for sendmail mail functionality
*/

View File

@ -215,9 +215,7 @@
description = "wg network interface";
bindsTo = ["netns@wg.service"];
requires = ["network-online.target"];
wants = ["dnscrypt-proxy2_proton.service"];
after = ["netns@wg.service"];
before = ["dnscrypt-proxy2_proton.service"];
serviceConfig = {
Type = "oneshot";
RemainAfterExit = true;
@ -251,9 +249,11 @@
"network-online.target"
"nss-lookup.target"
];
before = ["nss-lookup.target"];
before = [
"nss-lookup.target"
];
after = ["wg_proton.service"];
partOf = ["wg_proton.service"];
bindsTo = ["netns@wg.service"];
serviceConfig = {
AmbientCapabilities = "CAP_NET_BIND_SERVICE";
CacheDirectory = "dnscrypt-proxy";