aboutsummaryrefslogtreecommitdiffstats
path: root/home-manager/config/nheko
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/config/nheko')
-rw-r--r--home-manager/config/nheko/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/config/nheko/default.nix b/home-manager/config/nheko/default.nix
index b574cbaf..b7f88378 100644
--- a/home-manager/config/nheko/default.nix
+++ b/home-manager/config/nheko/default.nix
@@ -12,7 +12,7 @@
auth = {
# TODO This saves the token world readable in the store, but I don't see a better option yet
- access_token = builtins.readFile (lib.replaceStrings ["\n"] [""] agenix.secrets.nheko.path);
+ access_token = builtins.readFile (lib.replaceStrings ["\n"] [""] config.age.secrets.nheko.path);
device_id = "BAEZYLUEKE";
home_server = "https://matrix.sils.li:443";
user_id = "@@ene:sils.li";