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
flake.nix
10
flake.nix
|
@ -201,6 +201,16 @@
|
|||
./config/hosts/mqtt
|
||||
];
|
||||
};
|
||||
|
||||
mjolnir = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
./config/common
|
||||
./config/proxmox-vm
|
||||
sops-nix.nixosModules.sops
|
||||
./config/hosts/mjolnir
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
packages.x86_64-linux = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue