fix: podman stuff

This commit is contained in:
Moritz Böhme 2024-12-10 09:22:18 +01:00
parent 7835fa3af0
commit 1c0ed95ad8

View file

@ -44,10 +44,10 @@ in
gnumake
pavucontrol
poetry
podman-compose
];
networking.networkmanager.enableStrongSwan = true;
virtualisation.podman.dockerSocket.enable = true;
systemd.user.tmpfiles.rules = [ "L /run/user/1000/docker.sock - - - - /run/user/1000/podman/podman.sock" ];
};
}