aboutsummaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-10-09 19:32:59 -0700
committerFranck Cuny <franck@fcuny.net>2025-10-09 19:32:59 -0700
commitb52ce18fd8087884d19743f00c8f75c7050b465c (patch)
treeaede49c3cec48d378d4686e92dd18557cc5e484c /profiles
parentimport home-manager.nix and user.nix by default on nixos (diff)
downloadinfra-b52ce18fd8087884d19743f00c8f75c7050b465c.tar.gz
configure podman for all nixos machines
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";
-}