diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-03-25 11:57:48 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-25 00:04:53 +0200 |
commit | 72300eb8116c960935a462564d96db6fac355bca (patch) | |
tree | da182278dc7b1a39c287cc701cff73df2b44fc52 /modules/webapps/webstats/default.nix | |
parent | 22e09a87fb538a0eaf81837750b0948f26f79cf1 (diff) | |
download | NUR-72300eb8116c960935a462564d96db6fac355bca.tar.gz NUR-72300eb8116c960935a462564d96db6fac355bca.tar.zst NUR-72300eb8116c960935a462564d96db6fac355bca.zip |
Upgrade nixos
Diffstat (limited to 'modules/webapps/webstats/default.nix')
-rw-r--r-- | modules/webapps/webstats/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/webapps/webstats/default.nix b/modules/webapps/webstats/default.nix index e822645c..fe5f068d 100644 --- a/modules/webapps/webstats/default.nix +++ b/modules/webapps/webstats/default.nix | |||
@@ -23,7 +23,7 @@ in { | |||
23 | ''; | 23 | ''; |
24 | }; | 24 | }; |
25 | name = lib.mkOption { | 25 | name = lib.mkOption { |
26 | type = lib.types.string; | 26 | type = lib.types.str; |
27 | description = '' | 27 | description = '' |
28 | Domain name. Corresponds to the Apache file name and the | 28 | Domain name. Corresponds to the Apache file name and the |
29 | folder name in which the state will be saved. | 29 | folder name in which the state will be saved. |