fix vikunja, mastodon and bit of refactoring
This commit is contained in:
parent
3fd6838367
commit
5eb540281d
7 changed files with 66 additions and 55 deletions
|
|
@ -72,15 +72,6 @@
|
|||
enable = true;
|
||||
allowedTCPPorts = [ 22 ];
|
||||
};
|
||||
|
||||
# enable routing of wireguard reachable subnet via wgbr
|
||||
interfaces.wgbr.ipv4.routes = lib.mkDefault [
|
||||
{
|
||||
address = "10.8.0.0";
|
||||
prefixLength = 16;
|
||||
via = "10.8.1.1";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
# enable ssh access
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue