nixos-module.nix: fix syntax
This commit is contained in:
parent
dcf2bf0984
commit
d91c4563aa
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ in
|
|||
};
|
||||
|
||||
config = mkOption {
|
||||
type = types.lines
|
||||
type = types.lines;
|
||||
default = builtins.readFile ./config/settings.yml;
|
||||
description = "Configuration for Yammat";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue