Created a wiki page for the upcoming #OpenProject module #NixOS ๐Ÿšง https://wiki.nixos.org/wiki/OpenProjekt
OpenProjekt - Official NixOS Wiki

OpenProject is an open-source project management web-app.

@marcel

This is where my tech comes from:

OS PC/Laptop: ๐Ÿ‡ณ๐Ÿ‡ฑ (#NixOS ist leider auf GitHub gehostet ๐Ÿ’ฉ)
OS Smartphone: ๐Ÿ‡บ๐Ÿ‡ธ ๐Ÿ‡ซ๐Ÿ‡ท
Browser: ๐Ÿ‡บ๐Ÿ‡ธ ๐Ÿ‡บ๐Ÿ‡ธ (Firefox und Tor)
Messaging: ๐Ÿ‡บ๐Ÿ‡ธ (Signal)
E-Mail: ๐Ÿ‡จ๐Ÿ‡ญ
Microblogging: ๐ŸŒ
Office Software: ๐Ÿ‡ฉ๐Ÿ‡ช
Cloud: ๐Ÿ‡ฉ๐Ÿ‡ช
Payment Service: ๐Ÿ‡บ๐Ÿ‡ธ (hoffe auf GNU #Taler)
Streaming: ๐Ÿ‡จ๐Ÿ‡ญ

Percentage of ๐Ÿ‡บ๐Ÿ‡ธ: 42%

Created @ fingolas.eu/MyTech

Good morning,

again struggling with my new #NixOS server configuration. I'm now trying to move all services from Docker to native. There are more things I must change to get this working (on my personal computers it was easy).

My main issue is the correct implementation of sops-nix, but I think I can solve that now. ;)

NixOS isn't easy, but the longer you work with it, the more you learn.

#nixos #linux #server

setting NIX_REMOTE="" means local store semantically. When left empty, Nix assumes you want to interact directly with the local /nix/store as a single-user installation
#nixos #til
its depressive there s still more to learn in that lang
New blog post: The Rules Have Changed: Security in the Age of AI-Assisted Attacks https://www.freelock.com/blog/john-locke/2026-05/rules-have-changed-security-age-ai-assisted-attacks #Security #Drupal #NixOS #Linux

`systemd-analyze unit-shell` is such a great tool!

#nixos #systemd

In case you missed it: Whisper is an MIT-licensed speech recognition system with exceptional quality (IMHO): https://en.wikipedia.org/wiki/Whisper_(speech_recognition_system)

With whisper.cpp, it can easily be integrated into #i3 for on-device speech-to-text (STT) input into your terminal, editor, browser, etc.

Hereโ€™s the plumbing I have been using for the last month+ on and off for when I felt like talking instead of typing, including a #nixos flake:

https://github.com/stapelberg/stt-for-i3

Hope this is useful to some of you!

`programs.ssh` now supports RFC 42-style configuration through `programs.ssh.settings`. The existing `programs.ssh.matchBlocks` option is deprecated and automatically migrated to the new option.
#NixOS #Nix #HomeManager

RustNet is now on Nix! โ„๏ธ๐Ÿฆ€

Itโ€™s officially merged into nixpkgs-unstable and ready to use.

Test it instantly via Flakes (requires sudo for libpcap packet parsing):

sudo nix run github:nixos/nixpkgs/nixpkgs-unstable#rustnet

github.com/domcyrus/rustnet

#nixos #nix #rust #rustlang #tui #networking #linux #opensource

everytime I update my #nixos flake I cringe a bit. "what's it going to break this time?" This time it was a password management script for Qutebrowser something with keyctl. The good thing is I don't want to deal with it again and it gives me an excuse to finally ditch Rofi. Thankfully it's easy to pull my passwords from the terminal.