From cea96f49fa71e9eaced1fe59fe8c9ab5392c2f6d Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 27 Mar 2024 23:52:39 +0100 Subject: help i wrote a matrix bot not sure if this is a good idea or not, but i always liked how the IRC #voc-wok channel of the c3voc works, and I don't run my own IRC (nor do i want to have my monitoring on infra that is not my own), so I built a similar thing with matrix. --- chaski/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chaski/configuration.nix') diff --git a/chaski/configuration.nix b/chaski/configuration.nix index 875e412..d2b1233 100644 --- a/chaski/configuration.nix +++ b/chaski/configuration.nix @@ -15,6 +15,9 @@ ./services/conduit.nix ]; + sops.defaultSopsFile = ../secrets/chaski.yaml; + # This will automatically import SSH keys as age keys + sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; environment.noXlibs = true; services.nginx.enable = true; -- cgit v1.2.3