We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498455b commit aed79b0Copy full SHA for aed79b0
1 file changed
modules/services/flatpak/default.nix
@@ -28,7 +28,7 @@ in
28
29
extraGroups = lib.mkOption {
30
type = with lib.types; listOf str;
31
- default = null;
+ default = [ ];
32
example = lib.literalExpression "[ config.services.seatd.group ]";
33
description = ''
34
A list of groups to _unconditionally_ grant access, via `polkit`, to this services offerings. Useful
0 commit comments