mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Remove mermaid mod, add fast backups
This commit is contained in:
parent
9f5aa48fad
commit
bb38f0ab27
1 changed files with 5 additions and 5 deletions
|
|
@ -285,11 +285,9 @@ in {
|
||||||
sha512 = "af145a48ac89346c7b1ffa8c44400a91a9908e4d1df0f6f1a603ff045b1fd82d9aa041aea27a682c196b266c0daf84cb5b7b8d83b07ee53e2bc1a5c210d19a1b";
|
sha512 = "af145a48ac89346c7b1ffa8c44400a91a9908e4d1df0f6f1a603ff045b1fd82d9aa041aea27a682c196b266c0daf84cb5b7b8d83b07ee53e2bc1a5c210d19a1b";
|
||||||
};
|
};
|
||||||
|
|
||||||
### BETA TEST MODS
|
FastBackups = pkgs.fetchurl {
|
||||||
|
url = "https://cdn.modrinth.com/data/ZHKrK8Rp/versions/yqaOm9Fj/fastback-0.30.0%2B1.21.11-fabric.jar";
|
||||||
MerMod = pkgs.fetchurl {
|
sha512 = "2e000940838b79990818e5e9e97fd4326285f516c3bd761b0d8d6d560bc3a289d9b409b49b0adda0a7013da029ccdd5eef2c5299f98fcf891c1c2ea19bcaf639";
|
||||||
url = "https://cdn.modrinth.com/data/ORiydwz3/versions/iQFj7BaM/mermod-fabric-4.0.1%2B1.21.11.jar";
|
|
||||||
sha512 = "84b77fd65c81f94e41d67f78977a8ea2b4d7b653284af000976e788d1125b14c4a71fe050a48b81b38a2afe006e35ae87471904d363632a3a7bd7619971f6b6b";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -304,6 +302,8 @@ in {
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
postgresql_jdbc
|
postgresql_jdbc
|
||||||
|
git
|
||||||
|
git-lfs
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "25.11";
|
system.stateVersion = "25.11";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue