tailscale: update file pathing
Some checks failed
flake check / check (push) Failing after 8m35s
fmt check / check (push) Successful in 1m17s
Some checks failed
flake check / check (push) Failing after 8m35s
fmt check / check (push) Successful in 1m17s
This commit is contained in:
parent
597a84c4cd
commit
7042b54b41
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
sops.secrets.tsauth-sakura = {};
|
sops.secrets.tsauth-sakura = {
|
||||||
|
sopsFile = ../../../secrets/tailscale/secrets.yaml;
|
||||||
|
};
|
||||||
environment.systemPackages = [pkgs.jq pkgs.tailscale];
|
environment.systemPackages = [pkgs.jq pkgs.tailscale];
|
||||||
services.tailscale = {
|
services.tailscale = {
|
||||||
useRoutingFeatures = lib.mkDefault "client";
|
useRoutingFeatures = lib.mkDefault "client";
|
||||||
|
|
Loading…
Reference in a new issue