diff options
Diffstat (limited to 'profiles/services/podman.nix')
| -rw-r--r-- | profiles/services/podman.nix | 5 |
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; + }; +} |
