containers/beryllium: init

This commit is contained in:
Cilly Leang 2026-03-15 19:27:29 +11:00
parent e2832de968
commit acc4d31f46
Signed by: cilly
GPG key ID: 6500251E087653C9
6 changed files with 120 additions and 3 deletions

View file

@ -0,0 +1,15 @@
{ ... }: {
system.stateVersion = "25.11";
fileSystems."/var/lib/private" = {
device = "/persist";
fsType = "none";
options = [ "bind" ];
};
services.matrix-continuwuity = {
enable = true;
settings.global = {
server_name = "lava.moe";
};
};
}