about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-10-29 22:44:52 +0100
committerEmile <git@emile.space>2024-10-29 22:44:52 +0100
commit7c2794a44e2e97751d890a5c9e581eca95db4ef0 (patch)
treed51e4ae3e120cb3b2bb8f6b2e46e64e068f50af9
parent37d8c4d2633fea252a44eb2024799bd15d896387 (diff)
remarvin: using the path for the accesstoken instead of receiving it directly
-rw-r--r--nix/hosts/corrino/remarvin.nix2
1 files changed, 1 insertions, 1 deletions
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;
   };
 }