feat: enable tailscale on gustave

This commit is contained in:
Luj 2024-05-22 15:03:02 +02:00
parent dfacecab1f
commit 5c577f010c

View file

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