Service for private Il Post podcast RSS feed
This commit is contained in:
parent
8d8a5ef0fe
commit
ade6e6ac83
7 changed files with 218 additions and 0 deletions
23
hosts/ilpost-podcast/default.nix
Normal file
23
hosts/ilpost-podcast/default.nix
Normal 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";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue