fix comments
This commit is contained in:
parent
8cb0676ca5
commit
f62eb307b1
|
@ -148,6 +148,8 @@
|
|||
51820 # Wireguard
|
||||
];
|
||||
};
|
||||
|
||||
# Setup our Home network VPN
|
||||
wireguard.interfaces = {
|
||||
wg0 = {
|
||||
# IP address and subnet of the server's end of the tunnel interface
|
||||
|
@ -190,7 +192,6 @@
|
|||
inputs.agenix.packages."${system}".default
|
||||
];
|
||||
};
|
||||
|
||||
programs = {
|
||||
zsh.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue