Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aorith/nixconf

NixOS Configurations
https://github.com/aorith/nixconf

nix nix-flake nixos nixos-configuration

Last synced: 1 day ago
JSON representation

NixOS Configurations

Awesome Lists containing this project

README

        

# nixconf

## Initial Setup

1. Enter the Nix shell environment:

```bash
$ nix-shell
```

2. Switch to the system configuration:
```bash
$ make switch
```

## Structure

- `hosts/`: Configuration specific to each individual machine.
- `modules/`: Reusable modules that can be shared across different machines.