mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: properly run screenshare as user and service
This commit is contained in:
parent
868b8eaec5
commit
d7a7571b00
5 changed files with 76 additions and 10 deletions
|
|
@ -47,6 +47,7 @@
|
|||
just
|
||||
|
||||
screenshare
|
||||
fullscreen
|
||||
|
||||
# keyboards
|
||||
qmk
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@ in
|
|||
enable = true;
|
||||
description = "Screensharing service upon dongle plugin";
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.screenshare}/bin/screenshare";
|
||||
ExecStart = "${pkgs.screenshare}/bin/screenshare -h";
|
||||
User = mainUser;
|
||||
Group = "users";
|
||||
Environment = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue