feat(client): enable docker once and for all
This commit is contained in:
parent
a3c8b1ecab
commit
109785aadd
2 changed files with 2 additions and 2 deletions
|
@ -29,4 +29,6 @@
|
|||
};
|
||||
|
||||
programs.nix-ld.enable = true;
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
}
|
||||
|
|
|
@ -27,6 +27,4 @@ in {
|
|||
dnssec = lib.mkForce "allow-downgrade";
|
||||
dnsovertls = lib.mkForce "false";
|
||||
};
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue