fixed formatting
This commit is contained in:
@@ -3,22 +3,23 @@ A rewrite of the original Sakamoto NixOS configuration.
|
||||
|
||||
## Getting Started
|
||||
| Hosts | Description |
|
||||
|----------|----------|
|
||||
|----------|--------------|
|
||||
| hakase | gaming desktop |
|
||||
| macos | darwin |
|
||||
|
||||
### Linux Installation
|
||||
Note: Replace ${Hosts} with the following option from above.
|
||||
1. Install [Nix](https://nixos.org).
|
||||
2. Clone this directory.
|
||||
```sh
|
||||
$ git clone https://git.sakamoto.dev/kenji/nixos.git ~/.config/nixos
|
||||
```
|
||||
3. Create a hardware-configuration.conf
|
||||
```sh
|
||||
$ sudo nixos-generate-config --dir ~/.config/hosts/${Hosts}
|
||||
```
|
||||
4. Rebuild.
|
||||
```sh
|
||||
$ sudo nixos-rebuild switch --flake ~/.config/nixos/hosts/#${Hosts}
|
||||
```
|
||||
Note: Replace `${Hosts}` with one of the options from the table above.
|
||||
|
||||
1. Install [Nix](https://nixos.org).
|
||||
2. Clone this directory.
|
||||
```sh
|
||||
$ git clone [https://git.sakamoto.dev/kenji/nixos.git](https://git.sakamoto.dev/kenji/nixos.git) ~/.config/nixos
|
||||
```
|
||||
3. Create a hardware-configuration.conf
|
||||
```sh
|
||||
$ sudo nixos-generate-config --dir ~/.config/nixos/hosts/${Hosts}
|
||||
```
|
||||
4. Rebuild.
|
||||
```sh
|
||||
$ sudo nixos-rebuild switch --flake ~/.config/nixos/hosts/#${Hosts}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user