mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
hosts/srv-private: Enable freshrss
This commit is contained in:
parent
3739117e6d
commit
5e010debf6
1 changed files with 8 additions and 0 deletions
|
|
@ -66,6 +66,11 @@
|
||||||
doBackups = true;
|
doBackups = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
freshrss = {
|
||||||
|
enable = true;
|
||||||
|
domain = "rss.${tailscaleDomain}";
|
||||||
|
};
|
||||||
|
|
||||||
alloy = {
|
alloy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
domain = "alloy-${config.networking.hostName}.${tailscaleDomain}";
|
domain = "alloy-${config.networking.hostName}.${tailscaleDomain}";
|
||||||
|
|
@ -91,6 +96,9 @@
|
||||||
actualbudget = {
|
actualbudget = {
|
||||||
inherit (services.actualbudget) domain port;
|
inherit (services.actualbudget) domain port;
|
||||||
};
|
};
|
||||||
|
freshrss = {
|
||||||
|
inherit (services.freshrss) domain port;
|
||||||
|
};
|
||||||
alloy = {
|
alloy = {
|
||||||
inherit (services.alloy) domain port;
|
inherit (services.alloy) domain port;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue