Robert Hensing

Results 909 comments of Robert Hensing

> // ucp_id is a coroutine/fiber handle provided by the underlying library/OS What does _ucp_ stand for? How do I make one for boost coroutines2? (We use `protected_fixedsize_stack`) That coroutine...

To support this, I'd recommend match the terminology used in nix itself (the C++ implementation) Having like four combinations of stores and store paths is hard enough to keep track...

I understand the feeling, but I'm not confident that this is the right thing to do in the context of state and locking plugins. How are these features supposed to...

Perhaps the local deployment lock and the remote lock interface should be merged into one interface. Instead of a noop remote lock by default, we'd have the local deployment lock...

Hi @ethnt, According to the git blame, we switched to setting the authorized_keys via the NixOS configuration at some point https://github.com/NixOS/nixops/commit/8ad1138859ac6ddb0a977873e25a226c2b73ad8d The original issue describes a situation where an activation...

> @roberth is this ready to go? Has been for a long time, but let me update and test this first.

The stuff about system users is already ready to go afaic. I think this pr got a bit lost because of uncertainty around that change, if I may speculate :)

Closing while syncing up and testing.

@domenkozar I've opened a new PR - #586

The current interface seems fairly consistent with the attributes for NixOS, the idea being that a `nixosConfigurations.` is as _specific_ as it gets; typically a specific host. `nixosModules.` on the...