disable tailserve of filebrowser

This commit is contained in:
admin 2024-04-02 19:24:26 +02:00
parent 8201cafa28
commit 77f95e8f84

View file

@ -19,7 +19,7 @@ in
};
systemd.services.tailBrowser = with pkgs; {
enable = true;
enable = false;
description = "serve via tailscale filebrowser";
wantedBy = [ "multi-user.target" ];
unitConfig = {