fix comments

This commit is contained in:
♥ Minnie ♥ 2023-12-01 05:39:38 +08:00
parent 8cb0676ca5
commit f62eb307b1
2 changed files with 4 additions and 3 deletions

View file

@ -148,6 +148,8 @@
51820 # Wireguard 51820 # Wireguard
]; ];
}; };
# Setup our Home network VPN
wireguard.interfaces = { wireguard.interfaces = {
wg0 = { wg0 = {
# IP address and subnet of the server's end of the tunnel interface # IP address and subnet of the server's end of the tunnel interface
@ -190,7 +192,6 @@
inputs.agenix.packages."${system}".default inputs.agenix.packages."${system}".default
]; ];
}; };
programs = { programs = {
zsh.enable = true; zsh.enable = true;
}; };