dotfiles/nix/hosts/lemp11/default.nix
Oliver Davies 04c32edb04 Add tubearchivist
Generated with compose2nix.
2024-12-09 21:11:59 +00:00

22 lines
341 B
Nix

{
features = {
cli = {
docker.enable = true;
};
desktop = {
gaming.enable = true;
peek.enable = true;
};
homelab = {
gitea.enable = true;
immich.enable = true;
jellyfin.enable = true;
tubearchivist-container.enable = true;
};
};
imports = [ ./configuration.nix ];
}