nix/hosts/ilpost-podcast/default.nix

23 lines
292 B
Nix

{
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";
}