aboutsummaryrefslogtreecommitdiffstats
path: root/home-manager/config
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/config')
-rw-r--r--home-manager/config/nheko/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home-manager/config/nheko/default.nix b/home-manager/config/nheko/default.nix
index b7f88378..176a8a3c 100644
--- a/home-manager/config/nheko/default.nix
+++ b/home-manager/config/nheko/default.nix
@@ -2,7 +2,7 @@
config,
pkgs,
lib,
- agenix,
+ nixosConfig,
...
}: {
programs.nheko = {
@@ -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"] [""] config.age.secrets.nheko.path);
+ #access_token = lib.replaceStrings ["\n"] [""] (builtins.readFile "${nixosConfig.age.secrets.nheko.path}");
device_id = "BAEZYLUEKE";
home_server = "https://matrix.sils.li:443";
user_id = "@@ene:sils.li";