Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
Showing only changes of commit 1e33cc88fc - Show all commits

View file

@ -92,11 +92,11 @@ nix-shell # This will automatically install all dependencies from `shell.nix`
git submodule set-url -- secrets <ssh uri to your repository> git submodule set-url -- secrets <ssh uri to your repository>
``` ```
3. Adjust the configuration to your needs. 4. Adjust the configuration to your needs.
Information about how the configuation is structured is available in the WIP section. Information about how the configuation is structured is available in the WIP section.
4. Run the installation script 5. Run the installation script
```sh ```sh
./install.sh --host <your host> --device <the device to install NixOS on> ./install.sh --host <your host> --device <the device to install NixOS on>
``` ```