diff --git a/nixos.nix b/nixos.nix index 0c9656a..e26178c 100644 --- a/nixos.nix +++ b/nixos.nix @@ -32,7 +32,7 @@ in options = { files = mkOption { - type = with types; listOf str; + type = with types; listOf path; default = [ ]; example = [ "/etc/machine-id" @@ -44,7 +44,7 @@ in }; directories = mkOption { - type = with types; listOf str; + type = with types; listOf path; default = [ ]; example = [ "/var/log"