move rss services to sid
This commit is contained in:
parent
0778974a50
commit
43244fd370
5 changed files with 23 additions and 3 deletions
|
|
@ -1,14 +0,0 @@
|
|||
{ inputs, constants, ... }:
|
||||
|
||||
{
|
||||
imports = [ inputs.synix.nixosModules.rss-bridge ];
|
||||
|
||||
services.rss-bridge = {
|
||||
enable = true;
|
||||
reverseProxy = {
|
||||
enable = true;
|
||||
subdomain = constants.services.rss-bridge.subdomain;
|
||||
forceSSL = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue