Re-add nixedo as a media server
This commit is contained in:
parent
ec7efcba47
commit
ba50ef37c5
11 changed files with 276 additions and 3 deletions
28
nix/hosts/nixedo/default.nix
Normal file
28
nix/hosts/nixedo/default.nix
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
features = {
|
||||
cli = {
|
||||
docker.enable = true;
|
||||
};
|
||||
|
||||
homelab = {
|
||||
forgejo.enable = true;
|
||||
gitea.enable = true;
|
||||
immich.enable = true;
|
||||
jellyfin.enable = true;
|
||||
paperless.enable = true;
|
||||
pihole.enable = true;
|
||||
tubearchivist-container.enable = true;
|
||||
# vaultwarden.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
../common
|
||||
|
||||
./configuration.nix
|
||||
./secrets.nix
|
||||
./extra.nix
|
||||
|
||||
./modules/nginx.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue