https://github.com/ramblurr/nixcfg
❄️ My nix flake for all my NixOS machines.
https://github.com/ramblurr/nixcfg
dotfiles flake nix nixos
Last synced: 11 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T19:58:23.000Z (over 1 year ago)
- Last Synced: 2024-11-29T03:45:57.308Z (over 1 year 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
[](https://opensource.org/licenses/MIT)
---
## Hosts
| Hostname | Purpose | Channel | Source | |
|----------|-----------------------------------------------|-----------------------------|----------------------------------|---|
| debord | [Home Prod Server][home-ops] & Home Assistant | ![NixOS Unstable][unstable] | [hosts/debord/](./hosts/debord/) | |
| dewey | [Home Prod Server][home-ops] | ![NixOS Unstable][unstable] | [hosts/dewey/](./hosts/dewey/) | |
| mali | [Storage NAS][NAS] | ![NixOS Stable][stable] | [hosts/mali/](./hosts/mali/) | |
| quine | [Primary workstation][workstation] | ![NixOS Unstable][unstable] | [hosts/quine/](./hosts/quine/) | |
| witt | Travel laptop (Framework 13) | ![NixOS Unstable][unstable] | [hosts/witt/](./hosts/witt/) | |
| addams | Router | ![NixOS Unstable][unstable] | [hosts/addams/](./hosts/addams/) | |
| james | Hetzner VPS | ![NixOS Unstable][unstable] | [hosts/james/](./hosts/james/) | |
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