mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-31 17:20:53 +02: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;
|
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
Reference in a new issue