Compare commits
2 commits
934120a952
...
53eea2bced
Author | SHA1 | Date | |
---|---|---|---|
53eea2bced | |||
867c475918 |
2 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
||||||
"greetd"
|
"greetd"
|
||||||
"syncthing"
|
"syncthing"
|
||||||
"mount-rock5b"
|
"mount-rock5b"
|
||||||
|
"adb"
|
||||||
]
|
]
|
||||||
++ [
|
++ [
|
||||||
./disko.nix
|
./disko.nix
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
imports = [../wireguard-common];
|
imports = [../wireguard-common];
|
||||||
|
|
||||||
networking.wireguard.interfaces.wg0 = {
|
networking.wireguard.interfaces.wg0 = {
|
||||||
|
mtu = 1200;
|
||||||
ips = ["${vpn.${config.networking.hostName}.ip}/32"];
|
ips = ["${vpn.${config.networking.hostName}.ip}/32"];
|
||||||
peers = [
|
peers = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue