flake.lock

This commit is contained in:
2025-08-31 07:03:58 +02:00
parent 6f181a24dd
commit dc5cfd1543
3 changed files with 7 additions and 6 deletions

View File

@@ -8,6 +8,7 @@
pkgs.mpv
pkgs.chromium
pkgs.firefox
pkgs.tor-browser
pkgs.keepassxc
pkgs.nwg-look
pkgs.gimp

View File

@@ -17,7 +17,6 @@
interface = "enp5s0";
};
nameservers = [
"10.0.0.1"
"2001:41d0:303:20da::1"
"217.182.138.218"
];
@@ -34,8 +33,8 @@
interfaces = {
wg0 = {
ips = [
"fc00::2/128"
"10.0.0.2/32"
"fc00::2/56"
"10.0.0.2/16"
];
listenPort = 51820;
privateKeyFile = "/etc/wireguard/privatekey";
@@ -46,6 +45,7 @@
allowedIPs = [
"fc00::0/56"
"10.0.0.0/16"
"10.1.0.0/16"
];
endpoint = "[2001:41d0:303:20da::1]:51820";
persistentKeepalive = 15;