fix vikunja, mastodon and bit of refactoring

This commit is contained in:
CDaut 2025-11-15 23:47:42 +01:00
parent 3fd6838367
commit 5eb540281d
Signed by: clara
GPG key ID: 223391B52FAD4463
7 changed files with 66 additions and 55 deletions

View file

@ -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