nixos-module.nix: fix syntax

This commit is contained in:
Astro 2021-03-10 01:53:35 +01:00
parent dcf2bf0984
commit d91c4563aa
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ in
};
config = mkOption {
type = types.lines
type = types.lines;
default = builtins.readFile ./config/settings.yml;
description = "Configuration for Yammat";
};