This commit is contained in:
Miguel Palhas
2024-11-17 11:05:05 +00:00
parent 5978e60afb
commit b58dc91ae5
9 changed files with 64 additions and 23 deletions
+7
View File
@@ -7,4 +7,11 @@
];
home.sessionPath = [ "\${CARGO_HOME:-~/.cargo}/bin" ];
systemd.user.services.ra-multiplex = {
Service = {
ExecStart = "/home/naps62/.cargo/bin/ra-multiplex server";
};
Install.WantedBy = [ "multi-user.target" ];
};
}