update microbin, add sxhkdrc command to paste clipboard to my bin
This commit is contained in:
@@ -45,14 +45,7 @@ in
|
||||
after = [ "remote-fs.target" "network.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
ExecStart = ''${pkgs.microbin}/bin/microbin --port ${builtins.toString cfg.port}
|
||||
--public-path ${cfg.hostname}
|
||||
--editable
|
||||
--enable-burn-after
|
||||
--private
|
||||
--qr
|
||||
--title=sealight
|
||||
--highlightsyntax'';
|
||||
ExecStart = "${pkgs.microbin}/bin/microbin -- --port ${builtins.toString cfg.port} --public-path ${cfg.hostname} --editable --enable-burn-after --private --qr --title=sealight --highlightsyntax";
|
||||
WorkingDirectory = dataFolder;
|
||||
TimeoutStopSec = " 20 ";
|
||||
KillMode = " process ";
|
||||
|
||||
Reference in New Issue
Block a user