try adding some shit to the tailscaled path
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
a8ed37645b
commit
8517961537
|
@ -46,4 +46,6 @@
|
||||||
serviceConfig.ExecStart = "${pkgs.coreutils}/bin/true";
|
serviceConfig.ExecStart = "${pkgs.coreutils}/bin/true";
|
||||||
serviceConfig.RemainAfterExit = true;
|
serviceConfig.RemainAfterExit = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services.tailscaled.path = with pkgs; [ login mosh getent shadow ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue