mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-21 19:18:46 +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, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
podman = {
|
# podman = {
|
||||||
enable = true;
|
|
||||||
defaultNetwork.settings.dns_enabled = true;
|
|
||||||
};
|
|
||||||
# docker = {
|
|
||||||
# enable = true;
|
# enable = true;
|
||||||
|
# defaultNetwork.settings.dns_enabled = true;
|
||||||
# };
|
# };
|
||||||
|
docker = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
libvirtd = {
|
libvirtd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
qemu = {
|
qemu = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue