From 50672e10e87fa90f9ded5065aa4bc4ce0afaf730 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 25 Dec 2024 01:34:17 +0100 Subject: [WIP] Setup `deploy-rs` and add networking detection script --- modules/by-name/ba/back/module.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/by-name/ba/back/module.nix') diff --git a/modules/by-name/ba/back/module.nix b/modules/by-name/ba/back/module.nix index 7d67fbc..f732f02 100644 --- a/modules/by-name/ba/back/module.nix +++ b/modules/by-name/ba/back/module.nix @@ -2,7 +2,6 @@ config, lib, vhackPackages, - pkgs, ... }: let cfg = config.vhack.back; @@ -15,7 +14,7 @@ environment = { ROCKET_PORT = builtins.toString port; - SOURCE_CODE_REPOSITORY_URL = "https://git.vhack.eu/vhack.eu/nixos-server/tree/pkgs/by-name/ba/back"; + BACK_SOURCE_CODE_REPOSITORY_URL = "https://git.vhack.eu/vhack.eu/nixos-server/tree/pkgs/by-name/ba/back"; }; serviceConfig = { -- cgit 1.4.1