caddy: redo stuff
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
{ pkgs, service_configs, ... }:
|
||||
{
|
||||
|
||||
# network namespace that is proxied through mullvad
|
||||
vpnNamespaces.wg = {
|
||||
enable = true;
|
||||
wireguardConfigFile = ../secrets/wg0.conf;
|
||||
accessibleFrom = [
|
||||
"192.168.0.0/24"
|
||||
# "192.168.0.0/24"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user