From f0661ba00f02b6f841b4977055a855207662c02d Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 11 Mar 2024 22:06:10 +0000 Subject: [PATCH] fix: had forgotten to add the field ehre --- config/users.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/users.nix b/config/users.nix index d515325..d7da397 100644 --- a/config/users.nix +++ b/config/users.nix @@ -34,6 +34,11 @@ in { default = []; description = "array of restricted user accounts"; }; + clubs_societies = mkOption rec { + type = types.listOf types.str; + default = []; + description = "array of accounts for Clubs and Societies"; + }; }; };