Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramblurr/nixcfg
❄️ My nix flake for all my NixOS machines.
https://github.com/ramblurr/nixcfg
dotfiles flake nix nixos
Last synced: about 1 month ago
JSON representation
❄️ My nix flake for all my NixOS machines.
- Host: GitHub
- URL: https://github.com/ramblurr/nixcfg
- Owner: Ramblurr
- License: mit
- Created: 2023-04-20T13:29:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-23T19:58:23.000Z (about 2 months ago)
- Last Synced: 2024-11-29T03:45:57.308Z (about 1 month ago)
- Topics: dotfiles, flake, nix, nixos
- Language: Nix
- Homepage:
- Size: 21.7 MB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nixcfg
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)---
## Hosts
| Hostname | Purpose | Channel | Source | |
|--------------|---------------------------------------------------------------------|-----------------------------|----------------------------------------------|---|
| quine | [Primary workstation][workstation] | ![NixOS Unstable][unstable] | [hosts/quine/](./hosts/quine/) | |
| aquinas | Travel laptop (Dell XPS 15) | ![NixOS Unstable][unstable] | [hosts/aquinas/](./hosts/aquinas/) | |
| witt | Travel laptop (Framework 13) | ![NixOS Unstable][unstable] | [hosts/witt/](./hosts/witt/) | |
| dewey | [Home Prod Server][home-ops] | ![NixOS Unstable][unstable] | [hosts/dewey/](./hosts/dewey/) | |
| debord | [Home Prod Server][home-ops] & Home Assistant | ![NixOS Unstable][unstable] | [hosts/debord/](./hosts/debord/) | |
| mali | [Storage NAS][NAS] | ![NixOS Stable][stable] | [hosts/mali/](./hosts/mali/) | |
| OVOS Kitchen | My [OpenVoiceOS][ovos] instance (replaces Mycroft) for the kitchen. | ![NixOS Unstable][unstable] | [hosts/ovos-kitchen/](./hosts/ovos-kitchen/) | |
| Fairybox | Raspberry PI RFID Jukebox for my children | ![NixOS Stable][stable] | [hosts/fairybox/](./hosts/fairybox/) | |
| VPN | A VPN gateway for my LAN | ![NixOS Stable][stable] | [hosts/vpn](./hosts/vpn) | |Example build commands:
```sh
task build host=quine
task test host=quine
task switch host=quine
task image host=ovos-kitchen
```---
# License and Inspiration
I got help from some cool configs like:
* [hlissner/dotfiles](https://github.com/hlissner/dotfiles)
* [colemickens/nixcfg](https://github.com/colemickens/nixcfg)
* [huantianad/nixos-config](https://github.com/huantianad/nixos-config)
* [oddlama/nix-config](https://github.com/oddlama/nix-config)[Licensed under MIT](./LICENSE), have at it!
[ovos]: https://github.com/OpenVoiceOS/
[unstable]: https://img.shields.io/badge/NixOS-unstable-blue.svg?style=flat-square&logo=NixOS&logoColor=white
[stable]: https://img.shields.io/badge/NixOS-stable-green.svg?style=flat-square&logo=NixOS&logoColor=white
[NAS]: https://notes.binaryelysium.com/HomeOps/NAS/
[workstation]: https://notes.binaryelysium.com/HomeOps/PrimaryWorkstation/
[home-ops]: https://notes.binaryelysium.com/HomeOps/
[home-ops-git]: https://github.com/ramblurr/home-ops