disable tailserve of filebrowser
This commit is contained in:
parent
8201cafa28
commit
77f95e8f84
|
@ -19,7 +19,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.tailBrowser = with pkgs; {
|
systemd.services.tailBrowser = with pkgs; {
|
||||||
enable = true;
|
enable = false;
|
||||||
description = "serve via tailscale filebrowser";
|
description = "serve via tailscale filebrowser";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
unitConfig = {
|
unitConfig = {
|
||||||
|
|
Loading…
Reference in a new issue