systems/README.md
2025-12-17 17:11:40 +01:00

13 lines
No EOL
165 B
Markdown

# Systems
## NixOS
```bash
sudo nixos-install --root /mnt --flake .#hermes
```
## Nix Darwin
```bash
nix run nix-darwin/release-* -- switch --flake .#mercure
```