Include full closure in chroot for bridge setup
This commit is contained in:
@ -79,7 +79,8 @@ with lib.my;
|
||||
after = [ "network.target" ];
|
||||
wantedBy = [ "default.target" ];
|
||||
|
||||
serviceConfig.type = "oneshot";
|
||||
confinement.fullUnit = true;
|
||||
serviceConfig.Type = "oneshot";
|
||||
script = let podmancli = "${pkgs.podman}/bin/podman";
|
||||
in ''
|
||||
check=$(${podmancli} network ls | grep "library-br" || true)
|
||||
|
Reference in New Issue
Block a user