diff --git a/hosts/rq/configuration.nix b/hosts/rq/configuration.nix index ef41cfa..810fc87 100644 --- a/hosts/rq/configuration.nix +++ b/hosts/rq/configuration.nix @@ -42,10 +42,17 @@ services.logind.lidSwitchExternalPower = "ignore"; age = { - secrets.zsh_remote = { - file = ../../secrets/zsh_remote.age; - owner = "synchronous"; - mode = "0400"; + secrets = { + zsh_remote = { + file = ../../secrets/zsh_remote.age; + owner = "synchronous"; + mode = "0400"; + }; + tailscale-rq = { + file = ../../secrets/tailscale-rq.age; + owner = "synchronous"; + mode = "0400"; + }; }; secretsDir = "/home/synchronous/.agenix/agenix"; secretsMountPoint = "/home/synchronous/.agenix/agenix.d"; diff --git a/secrets/tailscale-rq.age b/secrets/tailscale-rq.age new file mode 100644 index 0000000..b97303c Binary files /dev/null and b/secrets/tailscale-rq.age differ