summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authornzbr <mail@nzbr.de>2022-06-15 17:00:03 +0200
committerGitHub <noreply@github.com>2022-06-15 17:00:03 +0200
commit276806021175a50a56c5bc3bb9197044632ec461 (patch)
tree84cb6b81a22e73ffc0503af01b1ca380f94f7325 /modules
parentd820aadc95251acc49f37f1f62b23ad06af4c3c5 (diff)
addToDockerGroup: edit description
Diffstat (limited to 'modules')
-rw-r--r--modules/docker-native.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/docker-native.nix b/modules/docker-native.nix
index 92b1a33..35d10ef 100644
--- a/modules/docker-native.nix
+++ b/modules/docker-native.nix
@@ -10,7 +10,7 @@ with builtins; with lib; {
description = ''
Wether to add the default user to the docker group.
- This is not recommend to be enabled because it essentially permits unauthenticated root access.
+ This is not recommended, if you have a password, because it essentially permits unauthenticated root access.
'';
};
};