hopefully fix networking

This commit is contained in:
Vinzenz Schroeter 2024-12-01 16:39:35 +01:00
parent c1f1f7d3ac
commit c446e6c3f4
3 changed files with 22 additions and 45 deletions

View file

@ -11,6 +11,9 @@ nixpkgs.lib.nixosSystem {
# uncomment for build check on non arm system (requires --impure)
# nixpkgs.buildPlatform = builtins.currentSystem;
}
{
services.tailscale.useRoutingFeatures = "both";
}
{
users.users = {
root.openssh.authorizedKeys.keys = [