diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-07-27 10:42:58 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-07-27 10:42:58 +0200 |
| commit | d2aa9ac31aa3e67101e026f981592549188a7669 (patch) | |
| tree | 0a22550e1508a86bb67e379fb7437df4bcd3fcb0 /nixos/services.nix | |
| parent | 662c1403e6497ecbd0673c28daee03cd3ee176e3 (diff) | |
os: disable docker
Diffstat (limited to 'nixos/services.nix')
| -rw-r--r-- | nixos/services.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/services.nix b/nixos/services.nix index fa05a3b..984eace 100644 --- a/nixos/services.nix +++ b/nixos/services.nix @@ -19,5 +19,5 @@ }; }; - virtualisation.docker.enable = true; + # virtualisation.docker.enable = true; } |
