weilite: fix virtiofs mount
This commit is contained in:
parent
d31c7ad8a7
commit
404badefec
3 changed files with 29 additions and 13 deletions
|
@ -11,7 +11,7 @@ let
|
|||
in
|
||||
{
|
||||
config = {
|
||||
systemd.services.tailscaled.after =
|
||||
systemd.services.tailscaled.before =
|
||||
(lib.optional cfg.node.enable "prometheus-node-exporters.service")
|
||||
++ (lib.optional cfg.blackbox.enable "prometheus-blackbox-exporters.service")
|
||||
++ (lib.optional config.services.caddy.enable "caddy.service");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue