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"
|
||||
"syncthing"
|
||||
"mount-rock5b"
|
||||
"adb"
|
||||
]
|
||||
++ [
|
||||
./disko.nix
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
imports = [../wireguard-common];
|
||||
|
||||
networking.wireguard.interfaces.wg0 = {
|
||||
mtu = 1200;
|
||||
ips = ["${vpn.${config.networking.hostName}.ip}/32"];
|
||||
peers = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue