diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-10-23 17:41:18 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-10-23 17:41:18 -0700 |
| commit | 3d717b6415d4429a2f9bc9619ac0bbff456827c3 (patch) | |
| tree | 29f83695d3311f9b888ef25f7dfe6aff6955bde4 /modules/nixos/podman.nix | |
| parent | enable tailscale on 2 machines (diff) | |
| download | infra-3d717b6415d4429a2f9bc9619ac0bbff456827c3.tar.gz | |
move a few more things back as profiles
Diffstat (limited to 'modules/nixos/podman.nix')
| -rw-r--r-- | modules/nixos/podman.nix | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/nixos/podman.nix b/modules/nixos/podman.nix deleted file mode 100644 index bd5aa3c..0000000 --- a/modules/nixos/podman.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ - virtualisation.podman = { - enable = true; - dockerCompat = true; - autoPrune.enable = true; - autoPrune.flags = [ - "--all" - ]; - defaultNetwork.settings.dns_enabled = true; - }; - - virtualisation.oci-containers.backend = "podman"; -} |
