🔧 plato: tailscale exit node

This commit is contained in:
2023-04-19 04:54:37 -04:00
parent 3e52123b80
commit 60c29113b2
2 changed files with 54 additions and 49 deletions

View File

@ -20,7 +20,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.configurationLimit = 3;
boot.loader.efi.canTouchEfiVariables = true;
boot.cleanTmpDir = true;
boot.tmp.cleanOnBoot = true;
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
nixpkgs.config.allowUnfree = true;
@ -80,7 +80,10 @@
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.tailscale.enable = true;
services.tailscale = {
enable = true;
useRoutingFeatures = "server";
};
services.keybase.enable = true;
virtualisation.docker = {