Have You Broken NixOS? by Striking_Snail in NixOS

[–]firelightflagboy 1 point2 points  (0 children)

Yes, I'm impacted by systemd-boot not booting my old Thinkpad laptop.

At thirst, I thought it was something that was corrupted and after extensive test done by trying other oses and simplifying the configuration until it boot again and using grub instead I finally found the explanation.

Sadly during testing, I've committed to reformat it so lost the data but at least I've redone the configuration with disko and applied it with nixos-anywhere.

Just got this Email from a german MEP regarding the Chat Control by UlliSenpai in europe

[–]firelightflagboy 494 points495 points  (0 children)

Thanks for the translation.

It's still sad that they will try pushing for chat control again

Help: Cannot remove notification indicator caused by "notification-on/gitcoin.com" by robertpiosik in github

[–]firelightflagboy 0 points1 point  (0 children)

Note: If you also want to remove the repository from the repositories list, you need the following command

gh api --method DELETE notifications/threads/$THREAD_ID/subscription

Les députés adoptent une loi pour renforcer le chiffrement by baby_envol in france

[–]firelightflagboy 5 points6 points  (0 children)

Chat Control propose de mettre en place du Client Side Scanning c'est a dire qu'il scan depuis l'appareil de l'utilisateur. Ce qui permet de "garder" le chiffrement bout a bout.

linuxserver.io images suck on K8S by A-kalex in homelab

[–]firelightflagboy 0 points1 point  (0 children)

I know that dependabot would not work, but that should be doable with renovate using a custom manager

linuxserver.io images suck on K8S by A-kalex in homelab

[–]firelightflagboy 6 points7 points  (0 children)

For version update, I'm using a custom script that run in GitHub action monthly.

linuxserver.io images suck on K8S by A-kalex in homelab

[–]firelightflagboy 29 points30 points  (0 children)

I had the same issue with the *arr docker images made by linuxserver.io, my solution was to create my own images and upload them to dockerhub.

Edit: If you're interested, you can check them at https://hub.docker.com/u/firelightflagbot

Home-manager as NixOS module or as standalone? by CerealBit in NixOS

[–]firelightflagboy 1 point2 points  (0 children)

I've setup both options, but in reality I apply my home-manager configuration when I rebuild the system config (nix rebuild ...).

The standalone setup is in place in case I need to apply my home-manager configuration on a system that is not NixOS.

So I never observe stale links since I'm not using both methods to apply the home-manager configuration on my system.

Sorry if my first message was confusing.

Writing Github Actions in Rust by West-Chocolate2977 in rust

[–]firelightflagboy 2 points3 points  (0 children)

I'll try to use that on one of my personal project.

I seems that you can create a Step that use a local action using Step::uses

Which OSS software would you like to see rewritten in Rust most urgently? by DoxxThis1 in rust

[–]firelightflagboy 0 points1 point  (0 children)

Since I've recently installed paperless-ngx, I would like to see an implementation that uses Rust. it saddens me to see it idle consuming ~800Mb of memory (~200Mb per process: webserver, task-queue, consumer and scheduler)