From 3dea8d0a6fd374694290c69c694155adab15c5da Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 4 Sep 2023 18:18:26 -0700 Subject: [PATCH] Extra apps should be attrsOf not a list --- nextcloud-container.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud-container.nix b/nextcloud-container.nix index 54e0941..f55714e 100644 --- a/nextcloud-container.nix +++ b/nextcloud-container.nix @@ -40,9 +40,9 @@ in { }; extra-apps = mkOption { - type = listOf package; + type = attrsOf package; description = "List of other apps to enable."; - default = [ ]; + default = { }; }; uids = {