tailscale: update file pathing
Some checks failed
flake check / check (push) Failing after 8m35s
fmt check / check (push) Successful in 1m17s

This commit is contained in:
notohh 2024-01-05 11:12:32 -05:00
parent 597a84c4cd
commit 7042b54b41
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -4,7 +4,9 @@
pkgs,
...
}: {
sops.secrets.tsauth-sakura = {};
sops.secrets.tsauth-sakura = {
sopsFile = ../../../secrets/tailscale/secrets.yaml;
};
environment.systemPackages = [pkgs.jq pkgs.tailscale];
services.tailscale = {
useRoutingFeatures = lib.mkDefault "client";