From cf03adaf79346456350c1e571b68a80fc87dd5f1 Mon Sep 17 00:00:00 2001
From: Julien Malka <julien@malka.sh>
Date: Wed, 22 May 2024 15:03:02 +0200
Subject: [PATCH] feat: enable tailscale on gustave

---
 machines/gustave/default.nix | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/machines/gustave/default.nix b/machines/gustave/default.nix
index 6a679d8..dc36d99 100644
--- a/machines/gustave/default.nix
+++ b/machines/gustave/default.nix
@@ -1,4 +1,4 @@
-{ lib, ... }:
+{ pkgs, lib, ... }:
 
 {
   imports = [
@@ -42,6 +42,10 @@
     ];
   };
 
+  environment.systemPackages = [ pkgs.tailscale ];
+
+  services.tailscale.enable = true;
+
   luj.irc = {
     enable = true;
     nginx = {