Update config and option names for modules
This commit is contained in:
parent
fe508bd127
commit
bb9b77e2f8
54 changed files with 122 additions and 120 deletions
22
hosts/nixedo/homelab.nix
Normal file
22
hosts/nixedo/homelab.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
features.homelab = {
|
||||
enable = true;
|
||||
|
||||
baseDomain = "oliverdavies.uk";
|
||||
|
||||
services = {
|
||||
audiobookshelf.enable = true;
|
||||
|
||||
forgejo = {
|
||||
enable = true;
|
||||
|
||||
cloudflared.tunnelId = "e1514105-327f-4984-974e-e2fbaca76466";
|
||||
};
|
||||
|
||||
immich.enable = true;
|
||||
jellyfin.enable = true;
|
||||
paperless.enable = true;
|
||||
uptime-kuma.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue