forked from Shinonome/omarchy-nix
Containers and styling
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{pkgs, ...}: {
|
||||
virtualisation.containers.enable = true;
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
# podman = {
|
||||
# enable = true;
|
||||
# dockerCompat = true;
|
||||
# dockerSocket.enable = true;
|
||||
# defaultNetwork.settings.dns_enabled = true;
|
||||
# };
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user