Jeroen Simonetti

Results 23 comments of Jeroen Simonetti
trafficstars

Perhaps it would be wise (considering the possible breaking) to tag a new release before and after merging?

Looking at the source at https://github.com/ryantm/agenix/blob/main/modules/age.nix#L155 it looks like the logged order is actually the order in which operations take place. The `agenixMountSecret` activation script creates a new generation, (forcefully)...

I think the solution would be to move lines 174-178 from https://github.com/ryantm/agenix/blob/main/modules/age.nix#L174 to a new script that depends on the `installRootOwnedSecrets` and `installNonRootSecrets` scripts. What do you think? I can...

Hi, I am sorry for my late response. I have quickly looked into this and couldn't find the constants in x/sys/unix. I have a hard time believing that there are...

This actually makes sense. It makes for a much cleaner API between kernel and driver. As such, I don't think adding constants to this package would be the way to...

Hi, For linux 32bit you should be able to use the https://github.com/jsimonetti/tlstun/releases/download/v1.0/tlstun_linux_x86_v1.0.tar.bz2 version. This is a precompiled binary. If you wish to compile it yourself, you will need a recent...

I am not entirely sure, but I think privileged mode is required when using host networking. Could you give that a go? Besides that, make sure there are no firewalls...

Just curious, is there anything blocking this PR?

Just to chime in, I have the same issue with 1.11.0. I'll see if I can create a reproducer.