tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
fix: mautrix-discord perms
devins.page
1 week ago
4146c2ef
d2601588
+2
1 changed file
expand all
collapse all
unified
split
hosts
bluepill
modules
matrix.nix
+2
hosts/bluepill/modules/matrix.nix
···
16
16
domain = "skywardmc.org";
17
17
};
18
18
bridge.permissions = {
19
19
+
"*" = "user";
19
20
"@devin:skywardmc.org" = "admin";
21
21
+
"@mautrix-discord:skywardmc.org" = "admin";
20
22
};
21
23
};
22
24
};