19 lines
No EOL
334 B
Markdown
19 lines
No EOL
334 B
Markdown
# Systems
|
|
|
|
## NixOS
|
|
|
|
```bash
|
|
sudo nixos-install --root /mnt --flake .#hermes
|
|
```
|
|
|
|
## Nix Darwin
|
|
|
|
```bash
|
|
nix run nix-darwin/release-* -- switch --flake .#mercure
|
|
```
|
|
|
|
# TODO
|
|
1. Create a configuration path for the directory `config`
|
|
2. Create `mkSystem` that:
|
|
1. Inject `options.machine`
|
|
2. Auto-import the related configurations |