This commit is contained in:
death916 2026-01-22 00:28:21 -08:00
parent 2651303be1
commit 67296d17ad

View file

@ -181,6 +181,11 @@
};
};
services.miniflux = {
enable = true;
LISTEN_ADDR = "0.0.0.0:8086";
};
environment.systemPackages = with pkgs; [
git
vim