diff --git a/.gitconfig b/.gitconfig index 6a72e35..bf3344f 100644 --- a/.gitconfig +++ b/.gitconfig @@ -27,8 +27,3 @@ path = .gitconfig-gitlabfh [core] editor = kate -[gui] - recentrepo = D:/Stuff/work/evolit/TIS2020 - -[credential "http://server.home:3000"] - provider = generic diff --git a/.gitconfig-gitea b/.gitconfig-gitea index 74afcc6..8d6b2cc 100644 --- a/.gitconfig-gitea +++ b/.gitconfig-gitea @@ -16,6 +16,3 @@ [user] name = Kopatz email = lukas.kopatz111@gmail.com - signingkey = 1702133BD8033AFE -[commit] - gpgsign = false \ No newline at end of file diff --git a/server/modules/adguard.nix b/server/modules/adguard.nix index 3d32860..83d7660 100644 --- a/server/modules/adguard.nix +++ b/server/modules/adguard.nix @@ -12,7 +12,7 @@ } ]; dns = { - bind_hosts = [ "127.0.0.1" "192.168.0.6" ]; + bind_hosts = [ "127.0.0.1" "192.168.0.6" "192.168.2.1" ]; port = 53; protection_enabled = true; filtering_enabled = true; diff --git a/server/modules/wireguard.nix b/server/modules/wireguard.nix index a813065..88caaf0 100644 --- a/server/modules/wireguard.nix +++ b/server/modules/wireguard.nix @@ -12,6 +12,7 @@ networking.wg-quick.interfaces = { wg0 = { + autostart = true; listenPort = 51820; address = [ "192.168.2.1/24"