734 B
734 B
NixOS Sakamoto
A rewrite of the original Sakamoto NixOS configuration.
Getting Started
| Hosts | Description |
|---|---|
| hakase | gaming desktop |
| macos | darwin |
Linux Installation
Note: Replace ${Hosts} with one of the options from the table above.
- Install Nix.
- Clone this directory.
$ git clone [https://git.sakamoto.dev/kenji/nixos.git](https://git.sakamoto.dev/kenji/nixos.git) ~/.config/nixos - Create a hardware-configuration.conf
$ sudo nixos-generate-config --dir ~/.config/nixos/hosts/${Hosts} - Rebuild.
$ sudo nixos-rebuild switch --flake ~/.config/nixos/hosts/#${Hosts}