Jonas Chevalier

Results 831 comments of Jonas Chevalier

For context, I found this: https://wbtrcheck.nl/ Translated the "what is WBTR" page to: > As of July 1, 2021, the Legal and Legal Entities Act ( WBTR ) applies. The...

Welcome to the project @SomeoneSerge :)

Hey, @picnoir just brought this issue and PR to my attention. I'm happy to move the repo to somewhere shared if it helps. Our focus is currently on other projects...

@mrVanDalo could you share the /etc/systemd/system/zfs-import-zmedia.service file? There might be some weirdness in there.

Sounds like a great start! Any small cleanups, fixing the CI, basically non-controversial changes.

And reviewing existing PRs. Feel free to ping me in those.

@henrirosten is now the new maintainer :tada:

as a workaround, add `/` to the github URL. Eg: `github:colemickens/nixcfg/a00c2b2e40f8c0a483883370c44fb45c7802ca20#hosts.testipfsvm`

Here is a workaround. We're still testing it but so far it looks like a good trade-off (notice the shallow=1): ```diff - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nixpkgs.url = "git+https://github.com/NixOS/nixpkgs?shallow=1&ref=nixpkgs-unstable"; ```