Added linkal service

This commit is contained in:
Luj 2022-09-27 06:58:08 +02:00
parent 49739e585e
commit 6b4b2cbe31
Signed by: luj
GPG key ID: 6FC74C847011FD83
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;