diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-10 14:54:48 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-10 14:54:48 +0200 |
commit | 3c408c981aa73c856b983035fab6e82ac143cc04 (patch) | |
tree | dfa0c0a49755b750c40ea2b9cddcef863bdc2862 /modules/webapps | |
parent | 9f16e659f129dd8acab7d086ef9822673a01ba06 (diff) | |
download | Nix-3c408c981aa73c856b983035fab6e82ac143cc04.tar.gz Nix-3c408c981aa73c856b983035fab6e82ac143cc04.tar.zst Nix-3c408c981aa73c856b983035fab6e82ac143cc04.zip |
Fix peertube default configuration
Diffstat (limited to 'modules/webapps')
-rw-r--r-- | modules/webapps/peertube.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/webapps/peertube.nix b/modules/webapps/peertube.nix index 281ff8b..1d76e9b 100644 --- a/modules/webapps/peertube.nix +++ b/modules/webapps/peertube.nix | |||
@@ -83,6 +83,7 @@ in | |||
83 | script = '' | 83 | script = '' |
84 | install -m 0750 -d ${cfg.dataDir}/config | 84 | install -m 0750 -d ${cfg.dataDir}/config |
85 | ln -sf ${cfg.configFile} ${cfg.dataDir}/config/production.yaml | 85 | ln -sf ${cfg.configFile} ${cfg.dataDir}/config/production.yaml |
86 | ln -sf ${cfg.package}/config/default.yaml ${cfg.dataDir}/config/default.yaml | ||
86 | exec npm run start | 87 | exec npm run start |
87 | ''; | 88 | ''; |
88 | 89 | ||