about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-03-05 22:33:07 +0100
committerProfpatsch <mail@profpatsch.de>2021-03-05 22:56:29 +0100
commit50f14acc9354ad326bbc0bf8eedc13f3f894b32f (patch)
tree0f7c541ed72a370c7a41a0ee50ed2febf6217a8d
parent13a96e3a0b642f2b42df5beda3f709a4ee60e0a4 (diff)
machines/{shiki,legosi}: enable tailscale module
-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 = {