fix: corrects repo link for new repo rename
This commit is contained in:
parent
1276e9b5f7
commit
87e42f0e27
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
port = 4322;
|
||||
dataDir = "/srv/wynne";
|
||||
repo = "https://git.ily.rs/lew/wynne";
|
||||
dataDir = "/srv/website";
|
||||
repo = "https://git.ily.rs/lew/website";
|
||||
in
|
||||
{
|
||||
services.caddy.virtualHosts."wynne.rs" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue