mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
remove linkal from lisa
This commit is contained in:
parent
46e42d35e5
commit
4e2d0f1b9c
1 changed files with 1 additions and 2 deletions
|
@ -33,13 +33,12 @@
|
|||
};
|
||||
homer.enable = true;
|
||||
mailserver.enable = true;
|
||||
linkal.enable = true;
|
||||
|
||||
};
|
||||
|
||||
|
||||
# make the tailscale command usable to users
|
||||
environment.systemPackages = [ pkgs.tailscale pkgs.linkal ];
|
||||
environment.systemPackages = [ pkgs.tailscale ];
|
||||
|
||||
# enable the tailscale service
|
||||
services.tailscale.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue