Compare commits

..

2 Commits

2 changed files with 2 additions and 1 deletions

View File

@@ -27,7 +27,7 @@
ports = [ "8093:8080" ]; ports = [ "8093:8080" ];
}; };
siyuan = { siyuan = {
image = "apkdv/siyuan-unlock:v3.1.24"; image = "apkdv/siyuan-unlock:v3.1.30";
volumes = [ volumes = [
"/mnt/nas/siyuan/workspace:/workspace" "/mnt/nas/siyuan/workspace:/workspace"
"/mnt/nas/siyuan:/home/siyuan" "/mnt/nas/siyuan:/home/siyuan"

View File

@@ -11,6 +11,7 @@
--prefix GTK_IM_MODULE : fcitx --prefix GTK_IM_MODULE : fcitx
) )
''; '';
matrix-synapse.__assign = final.stable.matrix-synapse;
}; };
# this allows us to access specific version of nixpkgs # this allows us to access specific version of nixpkgs