gitextract_vh7gx8rf/ ├── .github/ │ └── workflows/ │ └── test.yml ├── LICENSE ├── README.md ├── build.nix ├── container.nix ├── docs/ │ ├── README.md │ ├── flake.nix │ └── src/ │ └── SUMMARY.md ├── flake.nix ├── home-manager-module.nix ├── image.nix ├── network.nix ├── nixos-module.nix ├── options.nix ├── pod.nix ├── tests/ │ ├── README.md │ ├── aarch64-linux/ │ │ └── flake.nix │ ├── basic.nix │ ├── build.nix │ ├── container.nix │ ├── escaping.nix │ ├── flake.nix │ ├── health.nix │ ├── image.nix │ ├── network.nix │ ├── overriding.nix │ ├── pod.nix │ ├── raw.nix │ ├── switch.nix │ ├── volume.nix │ └── x86_64-linux/ │ └── flake.nix ├── utils.nix └── volume.nix