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 = {