Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vitorcarvalho67/nixconfiguration
- Owner: VitorCarvalho67
- Created: 2023-12-27T01:50:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T21:11:31.000Z (12 months ago)
- Last Synced: 2024-05-11T05:45:45.506Z (8 months ago)
- Topics: automation, license-gpl3, linux, nix-flake, nixos, nixos-configuration, open-source
- Language: Nix
- Homepage:
- Size: 3.91 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- GitClone 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