Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vitorcarvalho67/nixconfiguration

This is my NixOS config project for OS replication, ensuring consistent setups across machines using the powerful Nix package manager
https://github.com/vitorcarvalho67/nixconfiguration

automation license-gpl3 linux nix-flake nixos nixos-configuration open-source

Last synced: about 1 month ago
JSON representation

This is my NixOS config project for OS replication, ensuring consistent setups across machines using the powerful Nix package manager

Awesome Lists containing this project

README

        



# Nix Configuration (Flakes)

This is my NixOS configuration project for OS replication. It offers a consistent and automated approach to set up NixOS environments, ensuring easy and reliable reproduction of the operating system across different machines. Leveraging the robust Nix package management system, this configuration streamlines maintenance and consistency in distributed environments.

## How To Use
Prerequisites
- NixOS
- Git

Clone this repository

```bash
git clone https://github.com/VitorCarvalho67/NixConfiguration.git
```

Navigate to the project directory

```bash
cd NixConfiguration
```

Configuration Rebuild

```bash
sudo nixos-rebuild switch --flake .#pcvitor
```

## License
The software is licensed under GPL-3.



[dev]:DEV.md