update: typo
This commit is contained in:
parent
05565f5465
commit
57d451f202
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ in rec {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
|
||||||
assertions = [
|
assertions = [
|
||||||
{ assertion = length hostUserCfg.subUidRanges > 0 && length hostUserCfg.subGidRanges > 0 || hostUserCfg.autoSubUidGidRanges;
|
{ assertion = (length hostUserCfg.subUidRanges > 0 && length hostUserCfg.subGidRanges > 0) || hostUserCfg.autoSubUidGidRange;
|
||||||
message = ''
|
message = ''
|
||||||
The host user most have configured subUidRanges & subGidRanges as pihole is running in a rootless podman container.
|
The host user most have configured subUidRanges & subGidRanges as pihole is running in a rootless podman container.
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue