1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

wilde: disable docker since its broken

This commit is contained in:
Kierán Meinhardt
2019-06-17 17:03:57 +02:00
parent e1ac8fde04
commit 01e81a8eef

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, pkgs, lib, ... }:
{
imports = [
@@ -7,6 +7,8 @@
<stockholm/krebs/2configs/hw/x220.nix>
];
virtualisation.docker.enable = lib.mkForce false;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;