diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-08-18 18:55:34 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-08-18 18:55:34 -0700 |
| commit | 4753c566cfc42f3af2bc6fac1717b88c4f32bcec (patch) | |
| tree | f069044b7570471fa2a4212e5542f3f701ad086f /nix/modules/docker.nix | |
| parent | d747e5d390840f19184f5e1ca41e6cdb034a0451 (diff) | |
add docker to setup
Diffstat (limited to 'nix/modules/docker.nix')
| -rw-r--r-- | nix/modules/docker.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nix/modules/docker.nix b/nix/modules/docker.nix new file mode 100644 index 0000000..dbe4326 --- /dev/null +++ b/nix/modules/docker.nix @@ -0,0 +1,4 @@ +{ lib, config, vars, ... }: +{ + virtualisation.docker.enable = true; +} |
