init: public
This commit is contained in:
9
config/hosts/imxyy-nix-server/docker.nix
Normal file
9
config/hosts/imxyy-nix-server/docker.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
virtualisation.oci-containers.backend = lib.mkForce "podman";
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
dockerSocket.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user