diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-04-10 14:51:56 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-04-10 14:51:56 +0200 |
| commit | b127625d59d1cbf7a8962c1c937846b5297877c6 (patch) | |
| tree | c99130393f3c04fa313a8e33997e953645627249 /hosts/workstation/default.nix | |
| parent | 2eb7439ab9b7f83fc81eb4d2299d2c764722008d (diff) | |
flake: update
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"; |