diff options
Diffstat (limited to 'hosts/workstation/default.nix')
| -rw-r--r-- | hosts/workstation/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index 56c2dc7..b2e7ff7 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -87,6 +87,7 @@ virtualisation = { libvirtd.enable = true; + docker.enable = true; }; system.stateVersion = "24.05"; |