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"; };