about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/legosi.nix2
-rw-r--r--machines/profpatsch/shiki.nix2
2 files changed, 4 insertions, 0 deletions
diff --git a/machines/profpatsch/legosi.nix b/machines/profpatsch/legosi.nix
index b388a83c..6b4215ab 100644
--- a/machines/profpatsch/legosi.nix
+++ b/machines/profpatsch/legosi.nix
@@ -71,6 +71,8 @@ in {
       };
     };
 
+    services.tailscale.enable = true;
+
     services.duplicity = {
       enable = true;
 
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index 88505105..91e3780d 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -128,6 +128,8 @@ in {
 
     networking.networkmanager.enable = true;
 
+    services.tailscale.enable = true;
+
     # TODO: bond eth and wifi again
     # networking.bonds = {
     #   wifiAndEthernet = {