hopefully fix networking
This commit is contained in:
parent
c1f1f7d3ac
commit
c446e6c3f4
3 changed files with 22 additions and 45 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue