commit 39eb8453165ac0912e0515969a6a9899d80edccf (tree)
parent d0328b363cad01e6772c03b7fef000d023dbfc5d
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Mon, 12 Feb 2024 16:39:46 +0200
gamja: compressed
Diffstat:
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix
@@ -4,7 +4,16 @@
pkgs,
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 = {
boot = {
enable = true;
@@ -303,7 +312,7 @@
abort @denied
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 {
precompressed br gzip
}
@@ -700,8 +709,6 @@
};
environment.systemPackages = with pkgs; [
- gamja # wip
-
yt-dlp
imapsync
geoipWithDatabase