chore: remove bottom from gustave

This commit is contained in:
Luj 2024-09-02 16:43:33 +02:00
parent bc31afe86a
commit 209c124afc

View file

@ -121,10 +121,7 @@
fileSystems."/srv".neededForBoot = true;
environment.systemPackages = [
pkgs.tailscale
pkgs.bottom
];
environment.systemPackages = [ pkgs.tailscale ];
services.tailscale.enable = true;