diff options
Diffstat (limited to 'machines/khad')
| -rw-r--r-- | machines/khad/configuration.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/machines/khad/configuration.nix b/machines/khad/configuration.nix index b807f0c..f718e55 100644 --- a/machines/khad/configuration.nix +++ b/machines/khad/configuration.nix @@ -98,9 +98,10 @@ jack.enable = true; }; - environment.systemPackages = with pkgs; [ - docker - ]; + # environment.systemPackages = with pkgs; [ + # docker + # ]; + virtualisation.docker.enable = true; # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true; |
