containers: fix for NixOS 26.05

This commit is contained in:
Jonas Nick
2026-08-08 06:54:06 +00:00
parent e8328251af
commit 8f7dcb6e2a
7 changed files with 49 additions and 3 deletions
+1
View File
@@ -82,6 +82,7 @@ read -rd '' src <<'EOF' || :
inherit (nix-bitcoin.inputs) nixpkgs;
# legacyInstallDirs = true;
config = {
imports = [ ../test/lib/extra-container-workaround.nix ];
containers.nb-adhoc = {
# bindMounts."/shared" = { hostPath = "/my/hostpath"; isReadOnly = false; };
extra.addressPrefix = "10.200.255";