Added linkal service

This commit is contained in:
Luj 2022-09-27 06:58:08 +02:00
parent 18fe0bf7d0
commit 03d557eb33
6 changed files with 213 additions and 28 deletions

View file

@ -53,12 +53,13 @@
};
};
mailserver.enable = true;
linkal.enable = true;
};
# make the tailscale command usable to users
environment.systemPackages = [ pkgs.tailscale ];
environment.systemPackages = [ pkgs.tailscale pkgs.linkal ];
# enable the tailscale service
services.tailscale.enable = true;