Service for private Il Post podcast RSS feed

This commit is contained in:
pazpi 2025-12-08 00:08:29 +01:00
parent 8d8a5ef0fe
commit ade6e6ac83
7 changed files with 218 additions and 0 deletions

View file

@ -0,0 +1,23 @@
{
config,
pkgs,
lib,
...
}:
{
my = {
services.ilpost-addict.enable = true;
utils = {
commons.enable = true;
commons.gc.enable = true;
lxc-standard.enable = true;
};
virtualisation.proxmox.enable = true;
};
system.stateVersion = "25.11";
}