gamja: compressed
This commit is contained in:
parent
d0328b363c
commit
39eb845316
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user