aboutsummaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/services/podman.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/profiles/services/podman.nix b/profiles/services/podman.nix
deleted file mode 100644
index bd5aa3c..0000000
--- a/profiles/services/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";
-}