tailscale: init

This commit is contained in:
Christoph Hollizeck 2025-01-26 00:26:29 +01:00
parent b328a283a2
commit 54a01dc626
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 249300664F2AF2C7
4 changed files with 339 additions and 487 deletions

View file

@ -51,6 +51,11 @@ in
OOMScoreAdjust = 500;
};
services.tailscale = {
enable = true;
useRoutingFeatures = "server";
};
networking = {
interfaces.wlan0 = {
ipv4.addresses = [
@ -129,7 +134,7 @@ in
};
};
# Pi specific stuff
# Pi specific stuff
raspberry-pi-nix.board = "bcm2712";
hardware = {
raspberry-pi = {