Skip to content

Instantly share code, notes, and snippets.

View SRGOM's full-sized avatar

S SRGOM

View GitHub Profile

Switching NixOS architecture (32bit -> 64bit)

There are rumors, that you can switch from system architecture just adding 1 configuration option:

nixpkgs.system = "x86_64-linux"

and running nixos-rebuild boot && reboot.