| 10 Oct 2021 |
nix-community-bot | [nix-community/infra] Mic92 merged pull request #130: niv nixpkgs: update 6fa4e75f -> 107a51dd [closed] - https://github.com/nix-community/infra/pull/130 | 08:56:50 |
nix-community-bot | [nix-community/infra] Mic92 deleted update/nixpkgs-6fa4e75f7622ccedee8cb58a8d2ecaa658667a10 | 08:56:51 |
Jonas Chevalier | In reply to @colemickens:matrix.org does it have to be a symlink? it could be just a reference as well, eg; sh -c "echo ${oldDrv} > $out". The reason I used a symlink is that it makes the output usable. | 10:21:17 |
nix-community-bot | [firing] uptime: Uptime monster: nix-community-build01 has been up for more than 30 days.
| 13:50:18 |
nix-community-bot | [firing] uptime: Uptime monster: nix-community-build01 has been up for more than 30 days.
| 17:55:18 |
nix-community-bot | [firing] uptime: Uptime monster: nix-community-build01 has been up for more than 30 days.
| 22:00:18 |
| 11 Oct 2021 |
nix-community-bot | [firing] uptime: Uptime monster: nix-community-build01 has been up for more than 30 days.
| 02:05:18 |
nix-community-bot | [firing] uptime: Uptime monster: nix-community-build01 has been up for more than 30 days.
| 06:10:18 |
nix-community-bot | [firing] uptime: Uptime monster: nix-community-build01 has been up for more than 30 days.
| 10:15:18 |
nix-community-bot | [firing] uptime: Uptime monster: nix-community-build01 has been up for more than 30 days.
[firing] systemd_service_failed: nix-community-build01 failed to (re)start service clone-nixpkgs.service.
| 12:00:18 |
nix-community-bot | [resolved] uptime: Uptime monster: nix-community-build01 has been up for more than 30 days.
[resolved] systemd_service_failed: nix-community-build01 failed to (re)start service clone-nixpkgs.service.
| 13:20:18 |
nix-community-bot | [firing] uptime: Uptime monster: nix-community-build03 has been up for more than 30 days.
| 18:55:18 |
fedx | Out of curiosity, could I use home-manager to change userland configurations of applications to adjust to battery profiles? Or is there a bettery way of doing it? IE, if you enter a low power mode, it turns off the bluring in Plasma. | 18:56:51 |
Mic92 | this is better done with nixos afaik | 20:18:11 |
Mic92 | something like tlp | 20:18:22 |
fedx | Tlp can do that?! | 20:43:40 |
nrdxp | I don't think it can do the Plasma blurring thing, although it would be an interesting feature to allow it to run arbitrary scripts on mode changes to enable something like that 🤔 | 22:02:43 |
fedx | Maybe use git to checkout a battery, and performance branch of .config... | 22:07:08 |
nix-community-bot | [firing] uptime: Uptime monster: nix-community-build03 has been up for more than 30 days.
| 23:00:18 |
| 12 Oct 2021 |
nix-community-bot | [firing] uptime: Uptime monster: nix-community-build03 has been up for more than 30 days.
| 03:05:18 |
nix-community-bot | [firing] uptime: Uptime monster: nix-community-build03 has been up for more than 30 days.
| 07:10:18 |
Mic92 | I think you can also use udev rules to trigger actions on certain battery thresholds | 07:32:32 |
nix-community-bot | [resolved] uptime: Uptime monster: nix-community-build03 has been up for more than 30 days.
| 07:45:18 |
Mic92 | async looks like a nice tool: https://github.com/ctbur/async/ | 12:02:30 |
Mic92 | I will re-build our deployment tool with it. | 12:02:41 |
Mic92 | deploy script | 12:02:47 |
Mic92 | Basically just a wrapper around nixos-rebuild. | 12:04:06 |
@andi:kack.it | In reply to @mic92:nixos.dev async looks like a nice tool: https://github.com/ctbur/async/ Looks neat. I like how it doesn't use async :D | 12:37:22 |
fedx | I am interested in maybe implimenting two things and would like some input. 1: Declarative Podman rootless containerisation via Home Manager, and 2: declarative rootless daemonization of small tasks that you may not want to run in systemd, also via home manger. | 16:22:15 |
nrdxp | if you don't want systemd, maybe makes would be a better fit in that case? fedx | 17:37:19 |