Oliver Davies
50c8d8ae18
As services.freshss wasn't working and not logging in, I've used Docker for this.
14 lines
205 B
Nix
14 lines
205 B
Nix
{
|
|
imports = [
|
|
./audiobookshelf.nix
|
|
./forgejo.nix
|
|
./freshrss
|
|
./gitea.nix
|
|
./immich.nix
|
|
./jellyfin.nix
|
|
./paperless.nix
|
|
./pi-hole.nix
|
|
./tubearchivist-container.nix
|
|
];
|
|
}
|