From 7c2794a44e2e97751d890a5c9e581eca95db4ef0 Mon Sep 17 00:00:00 2001 From: Emile Date: Tue, 29 Oct 2024 22:44:52 +0100 Subject: remarvin: using the path for the accesstoken instead of receiving it directly --- nix/hosts/corrino/remarvin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/hosts/corrino/remarvin.nix b/nix/hosts/corrino/remarvin.nix index 580cbbf..1377c8b 100644 --- a/nix/hosts/corrino/remarvin.nix +++ b/nix/hosts/corrino/remarvin.nix @@ -12,6 +12,6 @@ username = "marvin_test1"; homeserver = "matrix.org"; - accesstoken = config.age.secrets.remarvin_accesstoken.path; + accesstokenpath = config.age.secrets.remarvin_accesstoken.path; }; } -- cgit 1.4.1