diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-08-02 15:13:15 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-08-02 15:13:15 +0300 |
commit | 908e945d148769bd627a25cd57a801acdde0c39c (patch) | |
tree | 041ae2a119ff2397e2f4f4666d5640f70c1d462c /modules/podman.nix | |
parent | 2024-07-29 (diff) |
2024-08-02
Diffstat (limited to '')
-rw-r--r-- | modules/podman.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/podman.nix b/modules/podman.nix index bb4fda5..bdef5be 100644 --- a/modules/podman.nix +++ b/modules/podman.nix @@ -29,7 +29,11 @@ in inherit (config.my) group; }; - virtualisation.podman.enable = true; + virtualisation.podman = { + enable = true; + dockerCompat = true; + dockerSocket.enable = true; + }; environment.systemPackages = with pkgs; [ podman-compose ]; |