home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5e4d275e477ed8973d3fc662d754498bf2649236
parent 10f9ee53012be901e5d0b5dc52a3cf35fa07f896
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  1 Oct 2020 16:05:22 +0200

systems: enable docker profile on hokkaido

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hokkaido.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systems/hokkaido.nix b/systems/hokkaido.nix @@ -55,6 +55,7 @@ in dev.enable = true; yubikey.enable = true; virtualization = { enable = true; nested = true; }; + docker.enable = true; }; environment.systemPackages = with pkgs; [ virtmanager ]; @@ -80,7 +81,6 @@ in services.gnome3.core-shell.enable = true; services.gnome3.core-os-services.enable = true; services.gnome3.core-utilities.enable = true; - virtualisation.docker.enable = true; virtualisation.podman.enable = true; fonts = {