gamja: compressed

This commit is contained in:
Motiejus Jakštys 2024-02-12 16:39:46 +02:00
parent d0328b363c
commit 39eb845316
1 changed files with 11 additions and 4 deletions

View File

@ -4,7 +4,16 @@
pkgs, pkgs,
myData, myData,
... ...
}: { }: let
# TODO: this doesn't get added to the compressed version
gamja = pkgs.gamja.override {
gamjaConfig = {
server = {
url = "irc.jakstys.lt:6698";
};
};
};
in {
zfs-root = { zfs-root = {
boot = { boot = {
enable = true; enable = true;
@ -303,7 +312,7 @@
abort @denied abort @denied
tls {$CREDENTIALS_DIRECTORY}/irc.jakstys.lt-cert.pem {$CREDENTIALS_DIRECTORY}/irc.jakstys.lt-key.pem tls {$CREDENTIALS_DIRECTORY}/irc.jakstys.lt-cert.pem {$CREDENTIALS_DIRECTORY}/irc.jakstys.lt-key.pem
root * ${pkgs.gamja.passthru.data-compressed} root * ${gamja.passthru.data-compressed}
file_server browse { file_server browse {
precompressed br gzip precompressed br gzip
} }
@ -700,8 +709,6 @@
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
gamja # wip
yt-dlp yt-dlp
imapsync imapsync
geoipWithDatabase geoipWithDatabase