diff options
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/common.nix | 2 | ||||
-rw-r--r-- | nixos/kusanagi.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/common.nix b/nixos/common.nix index cef240b..d2f4ff9 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -319,6 +319,8 @@ }; }; + services.tailscale.enable = true; + services.tor = { enable = true; client.enable = true; diff --git a/nixos/kusanagi.nix b/nixos/kusanagi.nix index fe43be6..1792548 100644 --- a/nixos/kusanagi.nix +++ b/nixos/kusanagi.nix @@ -143,8 +143,6 @@ in virtualisation.docker.enable = true; virtualisation.virtualbox.host.enable = true; - services.tailscale.enable = true; - # ---- nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; |