From 84e6ccb4e0acb62843060d963dc83bd3a0104502 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Wed, 21 Aug 2024 16:23:11 +0000 Subject: [PATCH] nixos-mod/vmCommon: use FQDN to find config in auto update --- nix/nixos-modules/vmCommon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nixos-modules/vmCommon.nix b/nix/nixos-modules/vmCommon.nix index 2ca989e..c340aec 100644 --- a/nix/nixos-modules/vmCommon.nix +++ b/nix/nixos-modules/vmCommon.nix @@ -170,7 +170,7 @@ in "--no-use-registries" "--no-update-lock-file" ]; - flake = lib.mkDefault "git+https://git.bananet.work/banananetwork/server"; # ===SYNC:general/meta/repo/url=== + flake = lib.mkDefault "git+https://git.bananet.work/banananetwork/server#${config.networking.fqdnOrHostName}"; # ===SYNC:general/meta/repo/url=== operation = "boot"; # change only on reboots };