update lunasa config
This commit is contained in:
parent
1adb0cf84a
commit
410c668a3d
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
inputs.deploy-rs.url = "github:serokell/deploy-rs";
|
||||
|
||||
outputs = { self, nixpkgs, deploy-rs, }: {
|
||||
outputs = { self, nixpkgs, deploy-rs }: {
|
||||
nixosConfigurations.lunasa = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [ ./lunasa/configuration.nix ];
|
||||
|
|
|
@ -45,8 +45,8 @@
|
|||
|
||||
settings = {
|
||||
server = {
|
||||
DOMAIN = "git.nazrin.limited";
|
||||
ROOT_URL = "https://git.nazrin.limited/";
|
||||
DOMAIN = "git.liv.nrw";
|
||||
ROOT_URL = "https://git.liv.nrw/";
|
||||
HTTP_PORT = 3000;
|
||||
};
|
||||
|
||||
|
@ -65,10 +65,10 @@
|
|||
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
email = "shadows@with.al";
|
||||
email = "mail@liv.nrw";
|
||||
|
||||
virtualHosts = {
|
||||
"git.nazrin.limited" = {
|
||||
"git.liv.nrw" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy localhost:3000
|
||||
'';
|
||||
|
|
Loading…
Add table
Reference in a new issue