merge
This commit is contained in:
parent
ada4538ac8
commit
7bf6768323
2 changed files with 1 additions and 4 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue