diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-02-22 15:39:38 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-02-22 15:39:38 -0700 |
| commit | f06c0cbefa7722680a0510a610cb321a9126a462 (patch) | |
| tree | 2a895052e1631f20ba49ae2eb6b1ffabd88af96c /machines/khad | |
| parent | 7a977be46240b1a4e67afc2354e92f6d966c3382 (diff) | |
better way to use docker in nix
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; |
