wind 1.0
This commit is contained in:
commit
b14a690975
18 changed files with 707 additions and 0 deletions
10
config/hosts/wind/services/ttrss.nix
Normal file
10
config/hosts/wind/services/ttrss.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
services.tt-rss = {
|
||||
enable = true;
|
||||
registration.enable = true;
|
||||
virtualHost = "rss.graven.dev";
|
||||
selfUrlPath = "https://rss.graven.dev";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue