This commit is contained in:
Miguel Palhas
2025-02-02 21:40:58 +00:00
parent fb2ec0f227
commit 80846e8671
4 changed files with 49 additions and 10 deletions
+7 -7
View File
@@ -5,17 +5,17 @@
bacon
mprocs
pkg-config
openssl
openssl.dev
taplo
sccache
];
home.sessionPath = [ "\${CARGO_HOME:-~/.cargo}/bin" ];
systemd.user.services.ra-multiplex = {
Service = {
ExecStart = "${pkgs.ra-multiplex}/bin/ra-multiplex server";
};
Install.WantedBy = [ "default.target" ];
};
# systemd.user.services.ra-multiplex = {
# Service = {
# ExecStart = "${pkgs.ra-multiplex}/bin/ra-multiplex server";
# };
# Install.WantedBy = [ "default.target" ];
# };
}