From d91c4563aaa2d8718412b65b15fc6103b82a5a5d Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 10 Mar 2021 01:53:35 +0100 Subject: [PATCH] nixos-module.nix: fix syntax --- nixos-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-module.nix b/nixos-module.nix index 7bdbf7b..700e983 100644 --- a/nixos-module.nix +++ b/nixos-module.nix @@ -20,7 +20,7 @@ in }; config = mkOption { - type = types.lines + type = types.lines; default = builtins.readFile ./config/settings.yml; description = "Configuration for Yammat"; };