configurations for my servers and desktops
nix nixos flake dots dotfiles

feat: draupnir

+15
+15
hosts/bluepill/modules/matrix.nix
··· 1 1 {config, ...}: { 2 + age.secrets.draupnir-at = { 3 + file = ../../../secrets/draupnir-at.age; 4 + owner = "draupnir"; 5 + group = "draupnir"; 6 + }; 7 + 2 8 services.matrix-continuwuity = { 3 9 enable = true; 4 10 settings.global = { ··· 7 13 new_user_displayname_suffix = ""; 8 14 auto_join_rooms = ["#skywardmc:skywardmc.org"]; 9 15 }; 16 + }; 17 + 18 + services.draupnir = { 19 + enable = true; 20 + settings = { 21 + homeserverUrl = "http://localhost:6167"; 22 + managementRoom = "#admins:skywardmc.org"; 23 + }; 24 + secrets.accessToken = config.age.secrets.draupnir-at.path; 10 25 }; 11 26 12 27 services.mautrix-discord = {
secrets/draupnir-at.age

This is a binary file and will not be displayed.