feat(client): enable docker once and for all

This commit is contained in:
uku 2024-11-22 14:21:33 +01:00
parent a3c8b1ecab
commit 109785aadd
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 2 additions and 2 deletions

View file

@ -29,4 +29,6 @@
};
programs.nix-ld.enable = true;
virtualisation.docker.enable = true;
}

View file

@ -27,6 +27,4 @@ in {
dnssec = lib.mkForce "allow-downgrade";
dnsovertls = lib.mkForce "false";
};
virtualisation.docker.enable = true;
}