This commit is contained in:
Hadi
2024-06-24 00:10:35 +02:00
parent 2e31e74d92
commit 87ae5dd36f
4 changed files with 9 additions and 3 deletions

View File

@@ -33,6 +33,9 @@ git clone https://github.com/anotherhadi/nixy ~/.config/nixos
- Add your `hardware-configuration.nix` to your new host's folder
- Add your 'nixosConfigurations' inside `flake.nix` (You can edit the "yourhostname" one and change the lines containing '# CHANGEME')
> ![NOTE]
> When you add new files, don't forget to run `git add .` to add them to the git repository
```sh
sudo nixos-rebuild switch --flake ~/.config/nixos#yourhostname
```