+36
nixos/modules/virtualisation/podman-dnsname.nix
+36
nixos/modules/virtualisation/podman-dnsname.nix
···+virtualisation.containers.containersConf.cniPlugins = mkIf cfg.defaultNetwork.dnsname.enable [ pkgs.dnsname-cni ];
+1
nixos/modules/virtualisation/podman.nix
+1
nixos/modules/virtualisation/podman.nix
+1
nixos/tests/all-tests.nix
+1
nixos/tests/all-tests.nix
···
+42
nixos/tests/podman-dnsname.nix
+42
nixos/tests/podman-dnsname.nix
···+"podman run -d --name=webserver -v /nix/store:/nix/store -v /run/current-system/sw/bin:/bin -w ${webroot} scratchimg ${python3}/bin/python -m http.server 8000"+podman run --rm --name=client -v /nix/store:/nix/store -v /run/current-system/sw/bin:/bin scratchimg ${curl}/bin/curl http://webserver:8000 >/dev/console \
+4
pkgs/applications/networking/cluster/dnsname-cni/default.nix
+4
pkgs/applications/networking/cluster/dnsname-cni/default.nix