updates
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user