aboutsummaryrefslogtreecommitdiff
path: root/profiles/services
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/services')
-rw-r--r--profiles/services/podman.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/services/podman.nix b/profiles/services/podman.nix
new file mode 100644
index 0000000..4a132d2
--- /dev/null
+++ b/profiles/services/podman.nix
@@ -0,0 +1,5 @@
+{
+ virtualisation.podman = {
+ enable = true;
+ };
+}