host/shared: use unstable docker package

This commit is contained in:
Dmitriy Pleshevskiy 2023-04-30 00:12:25 +03:00
parent e0938e5a25
commit 1edea4e9ce
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ pkgs, ... }:
let
data = import ../../../data.nix;

View File

@ -1,10 +1,11 @@
{ ... }:
{ pkgs, ... }:
{
# Enable docker
virtualisation.docker = {
enable = true;
liveRestore = false;
package = pkgs.unstable.docker;
};
# Source: https://forums.docker.com/t/error-response-from-daemon-rpc-error-code-unavailable-desc-grpc-the-connection-is-unavailable/39066/12
networking.firewall = {