diff options
-rw-r--r-- | nix/hosts/corrino/remarvin.nix | 2 |
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; }; } |