mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: a bunch of services...!
This commit is contained in:
parent
79ebb1a48e
commit
7f6562ea70
13 changed files with 214 additions and 76 deletions
8
nixos/servers/tt-rss/nginx.nix
Normal file
8
nixos/servers/tt-rss/nginx.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
_: {
|
||||
services.nginx = {
|
||||
virtualHosts."rss.kittywit.ch" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue