nixos-config

My NixOS configuration files

nixos-config

My NixOS configuration files for my laptop and the server running this site.

I generally try to keep these configs simple and pragmatic, so stuff like Home Manager, Firefox extensions, and other 3rd-party flakes are out-of-scope. Besides, I don't want to write hundreds of lines of Nix and spend all day Nixifying my entire setup. This repo is for machine-specific stuff. For my machine-independent configs, see my dotfiles repo. Another reason for this separation is so that I can just clone my dotfiles anywhere, not just on NixOS machines.

I also made a NixOS cheatsheet.

Run NIX_SSHOPTS="-i ~/.ssh/xvm_ed25519" nixos-rebuild switch --target-host root@unnamed.website --flake .#Unnamed-Server to remotely deploy the server.