try adding some shit to the tailscaled path

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-06-22 20:43:49 +00:00
parent a8ed37645b
commit 8517961537
1 changed files with 2 additions and 0 deletions

View File

@ -46,4 +46,6 @@
serviceConfig.ExecStart = "${pkgs.coreutils}/bin/true";
serviceConfig.RemainAfterExit = true;
};
systemd.services.tailscaled.path = with pkgs; [ login mosh getent shadow ];
}