about summary refs log tree commit diff
path: root/modules/services/thermald (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-07fix(home/sway): set the environment variable correctlyFranck Cuny1-1/+1
2023-01-07fix(modules/gitea): the linter corrupted the file ...Franck Cuny1-15/+0
2023-01-07fix(modules/sendsms): run it as root for nowFranck Cuny1-2/+0
I need to figure a way to make it run as a dynamic user, while still having access to the credentials for twilio, while not changing the permissions to the file.
2023-01-07fix(modules/unifi): remove the pollerFranck Cuny1-32/+0
The poller refuses to start, as the name of the binary has been updated, and the upstream module is not reflecting that change. The service has also been renamed from `unifi-poller` to `unpoller`, but this is not working for now. Let's get rid of it as a temporary fix while looking at the correct solution.
2023-01-07fix(modules/grafana): a number of options have been renamedFranck Cuny2-8/+11
2023-01-07fix(modules/gitea): a number of options have been renamedFranck Cuny1-8/+35
2023-01-07feat(home/packages): add tool masked-emailsFranck Cuny4-60/+343
2023-01-07fix(home/emacs): rename the packageFranck Cuny1-1/+1
``` trace: emacsPgtkNativeComp has been renamed to emacsPgtk, please update your expression. ```
2023-01-07