Graham Christensen
Graham Christensen
**Is your feature request related to a problem? Please describe.** I'm working on something involving `vault agent`. The interesting part of my project doesn't involve how Vault gets its token....
A lot of places in the code use base level types to mean lots of different things. For example, ReplyCreated: ``` pub fn created( self, ttl: &Duration, attr: &FileAttr, generation:...
#46 was closed by 1be16d552d99c772b0bbf7e98b541244f618206d which added a --reboot flag which activates the new config, then issues the reboot. I believe it would be better to reboot and not activate...
The fix which special-cases the first usable block introduced a bug when the first partition is one block long. The issue is that the values in p[0] typically represent the...
If the library doesn't know about a partition's UUID ahead of time, loading the partition from disk will consider give it a null UUID. Null UUIDs are "unused", and can...
Hi there, thank you a lot for this excellent library. I've found myself confused a few times when I'd start interacting with the results of this library that the filesystem...
### System information Type | Version/Name --- | --- Distribution Name | NixOS Distribution Version | 21.09 (unstable) Linux Kernel | 5.10.45 Architecture | x86_64 ZFS Version | 2.1.0-1 SPL...
(don't merge yet) This PR adds trivial targets without any particular behavior or policy to NixOps. These targets allows the system to react to deployment events, and for users to...
- [x] ~move this list to a Project~ https://github.com/NixOS/nixops/projects/4 - [x] Get mypy types exposed for plugin developers - [x] Update AWS plugin for py3 https://github.com/NixOS/nixops-aws/pull/37 - [x] Update vbox...
At the end of the day, `nixops deploy` is the key feature we have here. We should do it as part of CI. Also nice would be being able to...