containers/beryllium: init
This commit is contained in:
parent
e2832de968
commit
acc4d31f46
6 changed files with 120 additions and 3 deletions
15
containers/beryllium/configuration.nix
Normal file
15
containers/beryllium/configuration.nix
Normal 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";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue