about summary refs log tree commit diff
path: root/profiles/workstation.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--profiles/workstation.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/workstation.nix b/profiles/workstation.nix
new file mode 100644
index 0000000..484d110
--- /dev/null
+++ b/profiles/workstation.nix
@@ -0,0 +1,6 @@
+{ pkgs, config, lib, ... }:
+{
+  virtualisation.docker.enable = false;
+  virtualisation.podman.enable = true;
+  virtualisation.podman.dockerCompat = true;
+}