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

https://github.com/encode42/nixos

Personal-use NixOS configuration
https://github.com/encode42/nixos

Last synced: 6 months ago
JSON representation

Personal-use NixOS configuration

Awesome Lists containing this project

README

          

Personal-use NixOS configuration files.

### Structure
- `hardware`: Specialized hardware configuration
- `homes`: User-owned home-manager directories
- `hosts`: Machine configuration
- `users`: Machine-owned users on the machine
- `homes`: User-owned home-manager configurations
- `lib`: Helper functions
- `modules`: System modules and relevant configuration
- `packages`: Program package configuration
- `users`: Machine-owned common user configuration

### Hosts
- `encryption`: My primary desktop PC
- `decryption`: My primary laptop
- `prospect`: Shared media and gaming PC
- `index`: Media and storage server

### Useful resources
- [Disko Quickstart](https://github.com/nix-community/disko/blob/master/docs/quickstart.md)
- `sudo nixos-install --no-root-passwd --flake github:encode42/nixos#host`
- don't forget to set password! `sudo nixos-enter -c "passwd user"`