feat(rrv.sh): add rrv.sh package and move website to package
This commit is contained in:
parent
5f7cfd5d24
commit
c79de25dce
3 changed files with 15 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
@ -45,7 +46,7 @@
|
|||
pages = [
|
||||
{
|
||||
domain = "rrv.sh";
|
||||
root = ./root;
|
||||
root = pkgs.pantheon."rrv.sh";
|
||||
}
|
||||
];
|
||||
proxies = [
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>rrv.sh</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>TEST</h1>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue