nixos_org, to NixOS
@nixos_org@chaos.social avatar

The announcement from the Foundation board: Giving power to the community; the details can be found here https://discourse.nixos.org/t/nixos-foundation-board-giving-power-to-the-community/44552

cholling, to NixOS
@cholling@social.sdf.org avatar

I haven't been keeping up with all the drama. Is it ok to use again, or is it still evil?

arch, to NixOS
@arch@floofy.tech avatar

Watching the discourse from afar, mildly optimistic but still kind of want to go Gentoo on my desktop for reasons of

mangoiv, to NixOS
@mangoiv@functional.cafe avatar
anselmschueler, to NixOS
@anselmschueler@ieji.de avatar

APOLOGIES

Today I posted about naively assuming the leadership didn't do anything, promoting the open letter. That was a mistake, I should've checked before. There has apparently been movement to correct the problems

cbleslie, to NixOS
@cbleslie@hachyderm.io avatar

What a rollercoaster, this week.

If it helps, here are some cool flowers for all you wonderful people.

badger, to NixOS
@badger@floss.social avatar

I wonder if could end up being an opinionated, easy-onboarding, example-based "distro" of . A sister distro that focuses on usability as a gateway for people who are really coming at the power of with little to no technical background.

badger, to NixOS
@badger@floss.social avatar

This ... looks like a pretty good result!

I'm not a marginalized person in any way whatsoever, so all I can do is, once again, thank all of the people who stood up, made their voices heard, demanded not to be marginalized, and, with their allies, made change happen.

(Now, in addition to the important cultural and ethical issues, let's get a Documentation working group assembled!)

https://discourse.nixos.org/t/nixos-foundation-board-giving-power-to-the-community/44552

roberth, to NixOS

The NixOS Foundation has recognized the issues and is making structural changes 🎉

https://discourse.nixos.org/t/nixos-foundation-board-giving-power-to-the-community/44552/1

jakehamilton, to NixOS
@jakehamilton@hachyderm.io avatar

A fundamental piece of is the core package set. These packages are vital to the project and are used by all other areas of the ecosystem. If you have the expertise working with / , please consider joining us!

https://forum.aux.computer/t/call-for-core-maintainers/28

webbureaucrat, to NixOS
@webbureaucrat@floss.social avatar

Hey so I'm restraining myself from just boosting all his posts, but if you're interested in the future of computing, I would definitely recommend following @jakehamilton. (?) looks like it's going to be a real thing and while I have my problems with I really do think in 20 years all operating systems will be based on the foundational ideas of .

jakehamilton, to NixOS
@jakehamilton@hachyderm.io avatar

now has a community forum! If you want to start helping to organize the project, now is the time to join:

https://forum.aux.computer/

aires, to NixOS
@aires@tiggi.es avatar

TIL you can use to run entire builds on a remote system, just by adding --build-host <hostname> to nixos-rebuild, as long as you have SSH access. I built a custom kernel for my Surface Pro on my server and it just worked. For all its faults and flaws, it's still a really amazing tool

Profpatsch, to NixOS
@Profpatsch@mastodon.xyz avatar

“this is aynrando1970s first contribution, please welcome them to the Discourse!”

bmcgee84, to NixOS

My thoughts on the situation

janov911, to NixOS Dutch
@janov911@fosstodon.org avatar

I’ve just moved my workstations from to . Not because of the ruccus in the community or any political views (well… maybe a little, but because I want to enjoy computing, not be bombarded with negativity), but because it ate up too much of my time. 1 theming issue last night took me all night to iron out, and it’s just too much at this point. I love on the server, but I’m moving back to “plain old” tumbleweed. (Thx @thelinuxcast …)

popey, to random
@popey@mastodon.social avatar
popey,
@popey@mastodon.social avatar

@buonhobo
As I understand it some people in the community disagree with the way the project is run. So as is common in open source, someone has started a fork. 🤷

mirkolenz, to NixOS

In case you are wondering why #PythonPoetry is currently broken in #NixOS: Its dependency dulwich has been upgraded by accident. The commit has since been reverted, but that has not yet propagated to all channels. Keep an eye on https://nixpk.gs/pr-tracker.html?pr=307505

nobodyinperson,
@nobodyinperson@fosstodon.org avatar

@mirkolenz Good to know, thanks. Helpful linked website as well! 👍

May I ask how you do development on ?

As long as it's pure Python, natively installed poetry is perfecly fine.

Everything crumbles though if you need precompiled deps from PyPI:

  • poetry2nix is mostly unhelpful
  • FHSUserEnv is slow to start, masks other installed programs on non-NixOS and can't take cli arguments to run

That's my experience.

publicvoit, to ubuntu
@publicvoit@graz.social avatar

I AM SO DISAPPOINTED WITH UBUNTU 24.04 😡
https://news.itsfoss.com/ubuntu-24-04-disappointment/

I'm so glad that I got rid of #Ubuntu (actually #Xubuntu) and #snap.

Now, I need to get rid of #NixOS as well, despite having invested (too) much effort. 😞

#Debian is my true and only safe heaven, as it seems.

jakehamilton, to NixOS
@jakehamilton@hachyderm.io avatar

I like , I do not like what has happened to it. is an incredible technology and it deserves better. Nobody else has started the process so I guess I have to be the one to do it. We are forking. I would rather try and fail alongside all the people who love Nix but were pushed away from the project than give up.

https://aux.computer/

nixCraft, to NixOS
@nixCraft@mastodon.social avatar

New drama alert in the FLOSS project: A leadership crisis in the Nix community

https://lwn.net/SubscriberLink/970824/0d89c6d83efad1e0/

https://save-nix-together.org/

ivan, to NixOS
@ivan@hachyderm.io avatar

One aspect of modules no one ever talks about: if you fetch and import modules written by someone else, you are effectively trusting them with root access to your machine

pimeys, to NixOS
@pimeys@social.nauk.io avatar

Thank you for the TPM2 article @jnsgruk. I decided to give it a go last weekend, and it was a bit longer process than 10 minutes. For anybody who struggle to get rid of the password prompt for the LUKS volume, this setting is essential:

boot.initrd.systemd.enable = true;

The initrd must have systemd installed, so the settings defined with systemd-cryptenroll are available during the boot. Alternative way is to use Clevis to encrypt the LUKS password using the TPM module, and invoke it during boot. This is not super complex either, but I kind of like the systemd approach more.

Also the article didn’t mention much about the different PCR ids you can use with TPM. These define the system state when a secret key can be accessed from the TPM module. If any of the policies trigger, the TPM module will not output any secrets and the user needs to enter the LUKS password. The article uses three policies:

  • 0: firmware updates
  • 2: extended ROMs from pluggable hardware (e.g. USB)
  • 7: secure boot disabled, or firmware certificates update

Additionally, one policy is needed to ensure an attacker cannot boot the system to a single user mode from the bootloader:

  • 12: kernel config change, e.g. changing the boot parameters.

It is important to wipe the old slots with systemd-cryptenroll when changing the PCRs. Changing them is additional, and doesn’t modify the existing policies.

Edit: and do not wipe the password slot! This will render your disk unbootable.

Nulhomme, to NixOS
@Nulhomme@mastodon.social avatar

With the nixos current situation maybe I should try to read Linux from scratch ? Does anyone has experience with it ? Would love to know how hard it is. :BlobhajfBlobbyHug:

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • khanakhh
  • mdbf
  • ethstaker
  • magazineikmin
  • GTA5RPClips
  • rosin
  • thenastyranch
  • Youngstown
  • InstantRegret
  • slotface
  • osvaldo12
  • kavyap
  • DreamBathrooms
  • JUstTest
  • Durango
  • everett
  • cisconetworking
  • normalnudes
  • tester
  • ngwrru68w68
  • cubers
  • modclub
  • tacticalgear
  • provamag3
  • Leos
  • anitta
  • lostlight
  • All magazines