Compare commits

..

2 commits

Author SHA1 Message Date
kity 63011dfd29 searx suks 2024-10-28 11:06:53 +01:00
kity 1761c29ad5 added new feature, planning for firefish migration 2024-10-28 10:59:08 +01:00
4 changed files with 18 additions and 39 deletions

View file

@ -1,21 +0,0 @@
{ config, ... }:
{
sops.secrets.piholeHostname = {};
sops.secrets.piholePassword = {};
virtualisation.oci-containers = {
backend = "docker";
containers = {
pihole-exporter = {
image = "ekofr/pihole-exporter:latest";
ports = [ "9617:9617" ];
environment = {
"PIHOLE_HOSTNAME" = config.sops.secrets.piholeHostname;
"PIHOLE_PASSWORD" = config.sops.secrets.piholePassword;
};
};
};
};
}

View file

@ -1,18 +0,0 @@
{ config, ... }:
{
sops.secrets."searx" = {
sopsFile = ../secrets/searx.env;
format = "dotenv";
};
services.searx = {
enable = true;
redisCreateLocally = true;
settings = {
server.port = 8080;
server.secret_key = builtins.toJSON config.sops.secrets."searx";
server.bind_address = "0.0.0.0";
};
};
}

View file

@ -0,0 +1,17 @@
{
services.akkoma.enable = true;
services.akkoma.config = {
":pleroma" = {
":instance" = {
name = "e^akkoma + 1 = 0";
description = "the cuntiest french akkoma instance<3. centres d'intérêts : la mode, les sciences, la musique. mais ça ne vous empêche pas de parler de n'importe quoi! join us !";
email = "admin@babychou.me";
registration_open = false;
};
"Pleroma.Web.Endpoint" = {
url.host = "fish.hypervirtual.word";
};
};
};
}

View file

@ -1,6 +1,7 @@
{ config, ... }:
{
imports = [
./akkoma.nix
./homelab-dashboard.nix
./nextcloud.nix
# ./photoprism.nix