mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/rss-bridge: improvement note
This commit is contained in:
parent
1cffcb54f2
commit
5f90706957
1 changed files with 2 additions and 1 deletions
|
@ -21,8 +21,9 @@ in
|
||||||
virtualHost = null;
|
virtualHost = null;
|
||||||
user = "caddy";
|
user = "caddy";
|
||||||
group = "caddy";
|
group = "caddy";
|
||||||
|
# TODO: with 25.05 this can be simplified via
|
||||||
|
# webserver = "caddy";
|
||||||
};
|
};
|
||||||
|
|
||||||
my.services.webserver.virtualHosts = [
|
my.services.webserver.virtualHosts = [
|
||||||
{
|
{
|
||||||
subdomain = "rss-bridge";
|
subdomain = "rss-bridge";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue