mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
Added linkal service
This commit is contained in:
parent
49739e585e
commit
6b4b2cbe31
6 changed files with 213 additions and 28 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue