diff options
| author | Alex Jackson <ajaxbits@pm.me> | 2022-04-18 13:39:33 +0000 |
|---|---|---|
| committer | Alex Jackson <ajaxbits@pm.me> | 2022-04-18 13:39:33 +0000 |
| commit | 06adb40b4892dcc0aeb5bb74c04d9c93323d4bef (patch) | |
| tree | 2aaef704cb71023a2de07a07f38691b5a13a9d04 /configuration.nix | |
| parent | c4b7e5f11dfde3cbc6e53c17fd4534db4b8cd69d (diff) | |
add docker-native module for native docker support in NixOS
Addresses [#59](https://github.com/nix-community/NixOS-WSL/issues/59#issuecomment-1092657189)
by overlaying legacy iptables on the docker package.
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index f238764..8ecca30 100644 --- a/configuration.nix +++ b/configuration.nix @@ -19,6 +19,9 @@ in # Enable integration with Docker Desktop (needs to be installed) # docker.enable = true; + + # Enable native Docker support within NixOS + # docker-native.enable = true; }; # Enable nix flakes |
