containers: fix for NixOS 26.05
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user