refactor(rrv.sh): change rrv.sh to use service module

This commit is contained in:
Mohammad Rafiq 2025-06-28 15:54:10 +08:00
parent 7c633c124f
commit 92971a42a7
No known key found for this signature in database
4 changed files with 25 additions and 28 deletions

View file

@ -39,17 +39,13 @@
forgejo.openFirewall = true;
glance.enable = true;
glance.domain = "glance.bwfiq.com";
rrv-sh.enable = true;
rrv-sh.domain = "rrv.sh";
};
web-servers = {
enableSSL = true;
nginx = {
enable = true;
pages = [
{
domain = "rrv.sh";
root = inputs.rrv-sh.packages.x86_64-linux.default;
}
];
proxies = [
{
source = "aenyrathia.wiki";