Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aorith/nixconf
- Owner: aorith
- License: mit
- Created: 2023-03-12T10:28:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-01T14:15:52.000Z (14 days ago)
- Last Synced: 2024-11-03T15:41:49.389Z (12 days ago)
- Topics: nix, nix-flake, nixos, nixos-configuration
- Language: HTML
- Homepage:
- Size: 625 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.