remove linkal from lisa

This commit is contained in:
Luj 2024-03-30 12:58:02 +01:00
parent c9a53a991c
commit 80ea71a631

View file

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