Compare commits
2 commits
82aa6f21d3
...
46b565de32
Author | SHA1 | Date | |
---|---|---|---|
46b565de32 | |||
097e22a036 |
2 changed files with 4 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -93,11 +93,11 @@
|
|||
"systems": "systems_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1749107808,
|
||||
"narHash": "sha256-ohLHvWmAuH4aHOCAGP1UlwRRxX21/eW+N2e7eB0kQeo=",
|
||||
"lastModified": 1749200997,
|
||||
"narHash": "sha256-In+NjXI8kfJpamTmtytt+rnBzQ213Y9KW55IXvAAK/4=",
|
||||
"owner": "nix-community",
|
||||
"repo": "nixvim",
|
||||
"rev": "635a9e770f77a7c586c60f84b1debf054318034a",
|
||||
"rev": "00524c7935f05606fd1b09e8700e9abcc4af7be8",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
autostart = false;
|
||||
address = [ "10.100.0.7/24" ];
|
||||
dns = [ "1.1.1.1" ];
|
||||
privateKeyFile = "/root/wireguard-keys/privatekey-netflix";
|
||||
privateKeyFile = "/persist/secrets/wireguard/priv-netflix";
|
||||
listenPort = 51820;
|
||||
|
||||
peers = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue