this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

lituus: disable mjolnir (it's broken)

+3 -3
+3 -3
hosts/profiles/matrix/mjolnir.nix
··· 1 1 { self, pkgs, lib, config, ... }: 2 2 { 3 - age.secrets.sealight-mod-password.file = "${self}/secrets/sealight-mod-password.age"; 4 - age.secrets.sealight-mod-password.owner = "mjolnir"; 3 + # age.secrets.sealight-mod-password.file = "${self}/secrets/sealight-mod-password.age"; 4 + # age.secrets.sealight-mod-password.owner = "mjolnir"; 5 5 services.mjolnir = { 6 - enable = true; 6 + enable = false; 7 7 protectedRooms = [ 8 8 "https://matrix.to/#/#public:sealight.xyz" 9 9 "https://matrix.to/#/#theFeed:sealight.xyz"