diff options
| author | Alex Jackson <ajaxbits@pm.me> | 2022-04-21 14:46:01 +0000 |
|---|---|---|
| committer | Alex Jackson <ajaxbits@pm.me> | 2022-04-21 14:46:01 +0000 |
| commit | e038338b9d7ca91eed8d343cb8b0339f9e3ed5ae (patch) | |
| tree | 0280a890ee8c0244bef639b4aeace4393bb3b3a7 /configuration.nix | |
| parent | 2a9ce1175be8b77ccbf4d6aa2f66d82c75f30f7e (diff) | |
clarify language for docker-native in configuration.nix and reorder imports in flake.nix
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 |
