diff options
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configuration.nix b/configuration.nix index 26f1680..3c81758 100644 --- a/configuration.nix +++ b/configuration.nix @@ -17,11 +17,12 @@ in defaultUser = "nixos"; startMenuLaunchers = true; + # Enable native Docker support + # docker-native.enable = true; + # Enable integration with Docker Desktop (needs to be installed) # docker-desktop.enable = true; - # Enable native Docker support within NixOS - # docker-native.enable = true; }; # Enable nix flakes |
