feat: enable tailscale on gustave

This commit is contained in:
Julien Malka 2024-05-22 15:03:02 +02:00
parent 38bf8ef4f9
commit cf03adaf79
Signed by: Luj
GPG key ID: 6FC74C847011FD83

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