From 4ff88b818b345ab22a79b89a6b33178227f4b88d Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Thu, 13 Oct 2022 11:45:25 -0600 Subject: [PATCH] modules/gotosocial: fix type definition --- modules/gotosocial.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gotosocial.nix b/modules/gotosocial.nix index 1e3246a..e2344fd 100644 --- a/modules/gotosocial.nix +++ b/modules/gotosocial.nix @@ -33,7 +33,7 @@ in { }; configuration = mkOption { - inherit settingsType; + type = settingsType; description = '' Specify the configuration for GoToSocial in Nix. '';