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-25 00:04:56 +0200 |
commit | 7315af9f9babd5942cd685f04fff347b996fb522 (patch) | |
tree | ae31ae01b5e18732f12f15411a14a2e16acc2ab2 /modules | |
parent | 421b0067dbeada035543fc1d1a886e8a76e049e9 (diff) | |
download | NUR-7315af9f9babd5942cd685f04fff347b996fb522.tar.gz NUR-7315af9f9babd5942cd685f04fff347b996fb522.tar.zst NUR-7315af9f9babd5942cd685f04fff347b996fb522.zip |
Fix peertube default configuration
Diffstat (limited to 'modules')
-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 281ff8bc..1d76e9b3 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 | ||