updating and adding some qol pieces

This commit is contained in:
Chris Cochrun 2022-10-21 10:03:14 -05:00
parent d33b62a830
commit 6b27a9a6ee
7 changed files with 27 additions and 52 deletions

View file

@ -1873,20 +1873,6 @@ I also use home-manager for managing dotfiles. This means that everything is con
};
};
ethminer = {
Unit = {
Description = "Mining at home";
};
Service = {
ExecStart = "/run/current-system/sw/bin/ethminer ";
};
Install = {
WantedBy = ["default.target"];
};
};
nextlcoud-client = {
Unit = {
Description = "Nextcloud Client";