Add mjolnir host running mjolnir for Matrix moderation
Also see: https://wiki.hamburg.ccc.de/infrastructure:services:mjolnir
This commit is contained in:
parent
f3f5d5a611
commit
3059843e1a
9 changed files with 337 additions and 0 deletions
10
config/hosts/mjolnir/default.nix
Normal file
10
config/hosts/mjolnir/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./mjolnir.nix
|
||||
./networking.nix
|
||||
./sops.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue