Skip to content

Commit aed79b0

Browse files
committed
modules/flatpak: fixup: incorrect type on default value
1 parent 498455b commit aed79b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/services/flatpak/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ in
2828

2929
extraGroups = lib.mkOption {
3030
type = with lib.types; listOf str;
31-
default = null;
31+
default = [ ];
3232
example = lib.literalExpression "[ config.services.seatd.group ]";
3333
description = ''
3434
A list of groups to _unconditionally_ grant access, via `polkit`, to this services offerings. Useful

0 commit comments

Comments
 (0)