I've launched my YouTube channel! π₯ No videos yet, but stay tuned! β¨
I've launched my YouTube channel! π₯ No videos yet, but stay tuned! β¨
yay!
Completed the integration of Nix files for three running NixOS machines. I still have three more left to convert, but this setup makes the process significantly easier.
Optimizing the integration of my nix files. Upon closer inspection, I found gaps everywhereβsome necessary services had actually stopped.
I thought I knew better than to rely entirely on AI, but clearly I didn't. Human verification is essential after all. Glad it didn't turn out to be fatal.
Integration of Nix files is done. No issues on the desktop either. π€
Set up mirroring between Codeberg and Forgejo (self-hosted). I did rely on ChatGPT, but it gave some pretty weird answers. If I had mechanically copy-pasted them, I might have been stuck. (Well, rollback is easy on NixOS, so it's fine.)
Now, just the laptop and another VPS left.
Currently working on unifying my NixOS configurations (server, desktop, and laptop) to manage them all on Codeberg. It's proving to be quite a challenge.
So far, the server successfully rebooted with the new unified files via nixos-rebuild switch. The real problem is the desktop...
include <stdio.h>
int main(void) {
printf("Hello, world\n");
return 0;
}