tailscale: init
This commit is contained in:
parent
5c214e7a44
commit
2c4c0e9492
4 changed files with 339 additions and 487 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue