mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-21 11:08:48 +02:00
re-enable docker again
This commit is contained in:
parent
637339cdb9
commit
9f2edc86f4
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
virtualisation = {
|
||||
podman = {
|
||||
enable = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
# docker = {
|
||||
# podman = {
|
||||
# enable = true;
|
||||
# defaultNetwork.settings.dns_enabled = true;
|
||||
# };
|
||||
docker = {
|
||||
enable = true;
|
||||
};
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
qemu = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue