Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-01-07 | fix(home/python): don't specify the version | Franck Cuny | 1 | -2/+1 | |
Use what ever is the latest version set by nix, and don't install poetry (it seems to be broken at the moment). | |||||
2023-01-07 | fix(home/sway): set the environment variable correctly | Franck Cuny | 1 | -1/+1 | |
2023-01-07 | fix(modules/gitea): the linter corrupted the file ... | Franck Cuny | 1 | -15/+0 | |
2023-01-07 | fix(modules/sendsms): run it as root for now | Franck Cuny | 1 | -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-07 | fix(modules/unifi): remove the poller | Franck Cuny | 1 | -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-07 | fix(modules/grafana): a number of options have been renamed | Franck Cuny | 2 | -8/+11 | |
2023-01-07 | fix(modules/gitea): a number of options have been renamed | Franck Cuny | 1 | -8/+35 | |
2023-01-07 | feat(home/packages): add tool masked-emails | Franck Cuny | 4 | -60/+343 | |
2023-01-07 | fix(home/emacs): rename the package | Franck Cuny | 1 | -1/+1 | |
``` trace: emacsPgtkNativeComp has been renamed to emacsPgtk, please update your expression. ``` | |||||
2023-01-07< |