host/shared: use unstable docker package
This commit is contained in:
parent
e0938e5a25
commit
1edea4e9ce
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
data = import ../../../data.nix;
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue