refactor(rrv.sh): change rrv.sh to use service module
This commit is contained in:
parent
7c633c124f
commit
92971a42a7
4 changed files with 25 additions and 28 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue