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 = {
|
||||
autoStart = true;
|
||||
privateNetwork = true;
|
||||
hostAddress = "172.168.100.2";
|
||||
hostAddress = "192.168.100.2";
|
||||
localAddress = "192.168.100.102";
|
||||
|
||||
bindMounts = {
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkEnableOption mkIf mkOption types;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue