diff options
-rw-r--r-- | LICENSE.spdx | 2 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | modules/nixos/vhack/nginx/redirects.nix | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/LICENSE.spdx b/LICENSE.spdx index 428a7ec..fd5b733 100644 --- a/LICENSE.spdx +++ b/LICENSE.spdx @@ -3,5 +3,5 @@ DataLicense: CC0-1.0 Creator: vhack.eu authors PackageName: server-config PackageOriginator: vhack.eu authors -PackageHomePage: https://codeberg.org/vhack.eu/nixos-server +PackageHomePage: https://git.vhack.eu/vhack.eu/nixos-server PackageLicenseDeclared: GPL-3.0-or-later diff --git a/README.md b/README.md new file mode 100644 index 0000000..36d036b --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Vhack.eu server infrastructure + +Beware that this repository is only a mirror. The development happens on our +self-hosted [cgit](https://cgit.vhack.eu/vhack.eu/nixos-server) instance. diff --git a/modules/nixos/vhack/nginx/redirects.nix b/modules/nixos/vhack/nginx/redirects.nix index a021e72..2c637a0 100644 --- a/modules/nixos/vhack/nginx/redirects.nix +++ b/modules/nixos/vhack/nginx/redirects.nix @@ -1,6 +1,6 @@ {...}: [ { key = "source.vhack.eu"; - value = "https://codeberg.org/vhack.eu/nixos-server"; + value = "https://git.vhack.eu/vhack.eu/nixos-server"; } ] |