Janne Heß
Janne Heß
This is part of the release wiki now: https://nixos.github.io/release-wiki/Final-Release.html
Yep sorry, that was an oversight on my side :/
Not sure if linux lets you create a file for another user without `CAP_CHOWN` anyway :/
 Visible in the "would restart the following units" where it says `.servicee`
Yes, that's correct. `stty` looks the same so I don't know what could be different. `reset` fixes the issues btw.
Hey @freswa I'm currently evaluating what this plugin can do and can not do, and looking at the code it surely looks like this is already fixed. So does this...
Found this workaround in the systemd unit: ``` [Service] TemporaryFileSystem=/proc/fs BindPaths=/run/systemd/notify:/proc/fs/sd-notify Environment=NOTIFY_SOCKET=/fs/sd-notify ``` We need to use the `fs` folder because we cannot create new folders in /proc and we...
While I agree with the point in general, this particular example feels like a niv bug. I wouldn't expect `--branch` to use a tag.
I don't think I maintain oauth2_proxy
What about having something like `timesync_rtc_set: true` with a tri-state value of `false` (no update is attempted), `true` (an update is attempted if `/dev/rtc` exists), and `force` (role fails if...