Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesbrink/nix
My Personal Nix configurations
https://github.com/jamesbrink/nix
Last synced: about 1 month ago
JSON representation
My Personal Nix configurations
- Host: GitHub
- URL: https://github.com/jamesbrink/nix
- Owner: jamesbrink
- Created: 2024-11-02T23:23:17.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T05:49:47.000Z (about 1 month ago)
- Last Synced: 2024-11-23T06:23:54.461Z (about 1 month ago)
- Language: Nix
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NixOS Configuration
This repository contains NixOS configurations for multiple hosts using a flake-based setup.
## Project Structure
The repository is organized as follows:
- flake.nix - Main flake configuration
- hosts/ - Host-specific configurations
- modules/ - Shared modules## Quick Start
Deploy to n100-01:
```shell
nixos-rebuild switch --fast --flake .#n100-01 --target-host n100-01 --build-host n100-01 --use-remote-sudo
```Updating secrets:
```shell
nix flake update --update-input secrets
```