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": {
"locked": {
"lastModified": 1756266583,
"narHash": "sha256-cr748nSmpfvnhqSXPiCfUPxRz2FJnvf/RjJGvFfaCsM=",
"lastModified": 1756386758,
"narHash": "sha256-1wxxznpW2CKvI9VdniaUnTT2Os6rdRJcRUf65ZK9OtE=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "8a6d5427d99ec71c64f0b93d45778c889005d9c2",
"rev": "dfb2f12e899db4876308eba6d93455ab7da304cd",
"type": "github"
},
"original": {

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;