init
This commit is contained in:
commit
eac7453a0d
12 changed files with 955 additions and 0 deletions
11
rules.nix
Normal file
11
rules.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
# this corresponds to name@v in this top dir
|
||||
matrix-synapse = {
|
||||
# always keeps the lastest N available
|
||||
latest-revisions = 5;
|
||||
|
||||
# extra manual pins to keep available
|
||||
pin = [ "1.129.0" ];
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue