VM
_ Enter system log message...
VM
VIRTUAL MEMORY @vmemjp ยท

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.

๐Ÿ˜‡
๐Ÿ”ฅ 50
โ†‘ Copied!
VM
VIRTUAL MEMORY @vmemjp ยท

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...

๐Ÿ˜‡
๐Ÿ”ฅ 1
โ†‘ Copied!
VM
VIRTUAL MEMORY @vmemjp ยท
SOURCE_CODE
include <stdio.h>

int main(void) {
    printf("Hello, world\n");
    
    return 0;
}
๐Ÿ˜‡
๐Ÿ”ฅ 1
โ†‘ Copied!