ops/nixos: add tailscale to common

This commit is contained in:
Luke Granger-Brown 2020-09-06 16:26:48 +00:00
parent 36cca90e55
commit 863c7028f0

View file

@ -23,7 +23,7 @@ in
time.timeZone = mkDefault "Etc/UTC";
environment.systemPackages = with pkgs; [
vim rxvt_unicode.terminfo tmux rebuilder
vim rxvt_unicode.terminfo tmux rebuilder tailscale
(mercurial.overridePythonAttrs (origAttrs: {
propagatedBuildInputs = origAttrs.propagatedBuildInputs ++ [python3Packages.hg-evolve depot.nix.pkgs.hg-git];
}))
@ -67,6 +67,7 @@ in
programs.mtr.enable = true;
services.openssh.enable = true;
services.tailscale.enable = true;
boot = {
kernelModules = [ "tcp_bbr" ];