Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Server maintenance on Tue 24.5. at 12:00.
Estimated downtime less than 30 minutes.
Open sidebar
Samuel Lauren
coffeecam
Commits
569d54cd
Commit
569d54cd
authored
Mar 06, 2018
by
Samuel Laurén
Browse files
replaceString -> replaceStrings
parent
c1b95ec5
Changes
1
Show whitespace changes
Inline
Side-by-side
coffeecam.nix
View file @
569d54cd
...
...
@@ -58,7 +58,7 @@
systemd
.
user
.
services
.
coffeecam
=
{
description
=
"CoffeeCam transmission"
;
serviceConfig
=
{
ExecStart
=
lib
.
replaceString
[
"
\n
"
]
[
" "
]
''
ExecStart
=
lib
.
replaceString
s
[
"
\n
"
]
[
" "
]
''
ffmpeg
-y
-r 15
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment