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

6
flake.lock generated
View File

@@ -40,11 +40,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1756266583, "lastModified": 1756386758,
"narHash": "sha256-cr748nSmpfvnhqSXPiCfUPxRz2FJnvf/RjJGvFfaCsM=", "narHash": "sha256-1wxxznpW2CKvI9VdniaUnTT2Os6rdRJcRUf65ZK9OtE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8a6d5427d99ec71c64f0b93d45778c889005d9c2", "rev": "dfb2f12e899db4876308eba6d93455ab7da304cd",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

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

View File

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