From f92d6b96f48d25b3a9883a2238d003537fd0f02d Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 1 Aug 2019 10:37:47 +0800 Subject: [PATCH] nixbld: disable docker --- nixbld-etc-nixos/configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nixbld-etc-nixos/configuration.nix b/nixbld-etc-nixos/configuration.nix index b9cc419..d8b9919 100644 --- a/nixbld-etc-nixos/configuration.nix +++ b/nixbld-etc-nixos/configuration.nix @@ -75,12 +75,12 @@ in users.extraGroups.plugdev = { }; users.extraUsers.sb = { isNormalUser = true; - extraGroups = ["wheel" "plugdev" "dialout" "lp" "scanner" "wireshark" "docker"]; + extraGroups = ["wheel" "plugdev" "dialout" "lp" "scanner" "wireshark"]; shell = pkgs.fish; }; users.extraUsers.rj = { isNormalUser = true; - extraGroups = ["wheel" "plugdev" "dialout" "wireshark" "docker"]; + extraGroups = ["wheel" "plugdev" "dialout" "wireshark"]; }; users.extraUsers.astro = { isNormalUser = true; @@ -180,7 +180,6 @@ ACTION=="add", SUBSYSTEM=="tty", \ nix.sandboxPaths = ["/opt"]; virtualisation.libvirtd.enable = true; - virtualisation.docker.enable = true; services.munin-node.enable = true; services.munin-cron = {