home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 364e965e06a922a9a13f4d3e167048227fcb6539
parent 58203f442a8899f0937e270f9b27ba6aea9badf2
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  3 Aug 2023 13:13:58 +0200

wakasu: temporarly enable docker compat on podman

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/wakasu.nix | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/systems/hosts/wakasu.nix b/systems/hosts/wakasu.nix @@ -121,6 +121,8 @@ in profiles.home = true; profiles.externalbuilder.enable = true; profiles.virtualization = { enable = true; nested = true; }; + virtualisation.podman.dockerSocket.enable = true; + virtualisation.podman.autoPrune.enable = true; environment.systemPackages = with pkgs; [ # docker client only docker-client