This commit is contained in:
KoenDR06 2026-02-10 15:20:30 +01:00
parent ada4538ac8
commit 7bf6768323
2 changed files with 1 additions and 4 deletions

View file

@ -57,7 +57,7 @@ in {
containers.forgejoRunner = { containers.forgejoRunner = {
autoStart = true; autoStart = true;
privateNetwork = true; privateNetwork = true;
hostAddress = "172.168.100.2"; hostAddress = "192.168.100.2";
localAddress = "192.168.100.102"; localAddress = "192.168.100.102";
bindMounts = { bindMounts = {

View file

@ -1,9 +1,6 @@
{ {
inputs,
outputs,
lib, lib,
config, config,
pkgs,
... ...
}: let }: let
inherit (lib) mkEnableOption mkIf mkOption types; inherit (lib) mkEnableOption mkIf mkOption types;