Behold! My very first Nix flake! That is not a Hello, World! codeberg.org/juancnuno/openjdk…
openjdk/flake.nix at ad061f210479bae4bcb3a86de5f57de9614b233a08656845b0aff56b0639b1fd
openjdk - An OpenJDK flakeCodeberg.org
Behold! My very first Nix flake! That is not a Hello, World! codeberg.org/juancnuno/openjdk…
openjdk - An OpenJDK flakeCodeberg.org
One last server build to support #atomdrift before I run out of money (256GB of DDR5 does not come cheap!). With any luck, this will provide enough #PostgreSQL muscle to keep the lights on for the next year:
AMD Ryzen 9950X3D2 / 256GB RAM / Intel Optane 900P / 2x7.68TB Kioxia CD8
As for the OS - perhaps #NixOS?
Gosh I love android and Linux container apps for it, especially nix-on-droid. It's so nice to have a subset of my home-manager config available on mobile devices.
I think the main thing that would make using android for general computing difficult is just how crappy mobile Firefox is and how it just lacks so many of the shortcuts and extensions of full fat Firefox.
does anyone use the Nix User Repository for anything other than firefox extensions?
However, I am using NixOS, and the only officially supported distro for Sourcehut is Alpine. I naively thought that I can just create a bunch of Podman images with Alpine as a base and host them as Quadlets, but after doing a git.sr.ht image, I am starting to realize, that this is not so easy of a task... And it's just one service!
While checking out some options, I remembered about Sourcehut, and I realized that email-based workflows are ticking almost every point in what I am looking for. If there's someone who hosts Sourcehut, and they configured email support, I can just send them patches. Likewise, people can send patches to me, and they don't even need to be registered on my instance.
Ajout du support des routeurs MikroTik à mon projet #nix-homelab ️
Au programme :
• Monitoring des métriques MikroTik via MKTXP et Prometheus
• Dashboards Grafana pour visualiser l’état des routeurs
• Sauvegarde automatique des configurations
Exemple de configuration NixOS
mikrotik = {<br> enable = true;<br> backup = true;<br><br> prometheus = {<br> enable = true;<br> openFirewall = true;<br> verbose = true;<br> remoteDhcpServerVlan = "mgmt";<br> serviceDomain = "mikrotik-exporter.infra.${config.homelab.domain}";<br> registerScope = [ "private" ];<br> listenInterfaces = lib.mkForce [ "br-infra" ];<br> };<br><br> routers = [<br> {<br> name = "mkt254";<br> host = "192.168.240.254";<br> }<br> {<br> name = "mkt253";<br> host = "192.168.240.253";<br> }<br> ];<br>};<br>#NixOS #MikroTik #DevOps #Homelab #Prometheus #Grafana #InfrastructureAsCode #Automation #Observability
Homelab and dotfiles made with NixOS. Contribute to badele/nix-homelab development by creating an account on GitHub.GitHub
My used Lenovo ThinkPad X1 Carbon came and I’ve just installed basic NixOS installation on it to check everything is working. It is, so I’m very excited! The battery has seen better days as expected, but the rest is in much better condition than I expected.
I decided to be adventurous and did btrfs filesystem and full disk encryption.
I love it 😍
Next: proper NixOS config with all the bells and whistles.
After that: stickerrrsss 🤩
NixOS without systemd!!
github.com/finix-community/fin…
A daily-drivable experimental os, featuring finit as pid 1, to explore the NixOS design space - finix-community/finixGitHub
Project i'm currently working on to poke fun at another thing (should be obvious) It'll be done by the end of the day. that's how easy it is when you're not vibe coding this slop.
SERIOUSLY DO NOT USE THIS! it's a joke right now, once it's done and in an iso then have at it but this is NOT something i'm taking seriously. or maybe i will. who knows.
NOTE IT"S NOT DONE YET I HAVEN"T MADE AN ISO YET.
#linux #nixos #omarchy #AIslop
A highly opinionated AI slop free "distro" based off NixOS. Seriously, it's just dotfiles.Codeberg.org
If you are interested in what problems you can expect when running Home Assistant on NixOS on a Raspberry Pi... I wrote a short article about my findings.
- But why would you do such an abomination?
- Because I could.
zmudzinski.sh/posts/raspberry-…
#homeassistant #raspberrypi #nixos #hardware #smarthome #privacy
Note to self: Don't let #nixos people near the kernel again and definitely don't build sharp tools for them. It'll end in murder suicide 😜
fzakaria.com/2026/08/23/your-e…
fzakaria.com/2026/08/24/actual…
I have been probably obsessed with two things in the last few years: Nix as a tool to explore innovative ideas that require the capability to rebuild the world and replacing ELF with SQLite as an executable format.Farid Zakaria’s Blog
what's your go-to tutorial/website for learning how to use sop-nix? i have a shaky grasp on it, but i want to use it more.
new #nixos post ! something simple i ran into last weekend :D
sekun.net/blog/declarative-cus…
Declaratively customize GNOME and other desktop environments with NixOS and stylix!www.sekun.net
Ich teste das System noch, aber bisher kann ich keine Unterschiede feststellen.
Für mich ist das wirklich ein riesiger Schritt, weil ich so etwas zum ersten Mal gemacht habe. #nixos #flakes sind Fabelhaft.
Dokumentiert unter codeberg.org/adingbatponder/re…
Aber pass auf.... #KI war im Spiel , nichts vertrauen. Es ist nur ein Beispiel was für mich funktioniert hat.
5/5 Ende
Installing reticulum messaging and site tools MeshChat and Nomadnet using NixOS flakeCodeberg.org
Ich habe zum ersten Mal eine komplette Neuinstallation meines #nixos Laptops durchgeführt.
Von Anfang an, also seit etwa zwei Jahren, verwende ich ein sogenanntes Persistenz-Konzept #persistence. Dabei werden alle Dateien, die nicht direkt zum Betriebssystem gehören und den aktuellen Zustand des Systems darstellen, separat unter /persist gespeichert. #homelab
weiter ... 1/5
Простая декларативная установка NixOs, часть 1 — Настройка конфигурации
Эта статья является прямым продолжением этой статьи , посвящённой декларативной разметке диска через disko. Что мы будем делать сегодня? Мы с вами составим минимально-рабочий конфиг для нашей системы. Под "минимально-рабочим" я имею в виду: без графического окружения(XFCE, GNOME и прочее), углублённых настроек(установка zsh, например). Мы настроим: загрузчик, сеть, пользователя, звук, локализацию, подключим наш файл disko-config.nix .
#NixOs #configurationnix #настройка_ос #пошаговое_руководство #Конфигурация_системы #Линукс_для_новичков #дистрибутивы_linux
Эта статья является прямым продолжением этой статьи , посвящённой декларативной разметке диска через disko. Что мы будем делать сегодня? Мы с вами составим минимально-рабочий конфиг для нашей системы....Хабр