mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 23:47:18 +02:00
remove linkal from lisa
This commit is contained in:
parent
c9a53a991c
commit
80ea71a631
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue