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 = {
autoStart = true;
privateNetwork = true;
hostAddress = "172.168.100.2";
hostAddress = "192.168.100.2";
localAddress = "192.168.100.102";
bindMounts = {

View file

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