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