https://github.com/clord/dotfiles
My Dotfiles
https://github.com/clord/dotfiles
dotfiles
Last synced: over 1 year ago
JSON representation
My Dotfiles
- Host: GitHub
- URL: https://github.com/clord/dotfiles
- Owner: clord
- Created: 2010-12-28T04:57:10.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T22:46:23.000Z (over 1 year ago)
- Last Synced: 2025-04-10T02:15:24.424Z (over 1 year ago)
- Topics: dotfiles
- Language: Nix
- Homepage:
- Size: 975 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clord's dotfiles
## Structure
- `systems/`
Configuration for different machines and their supporting services.
- `nixos-modules/`
Modules that are reusable horizontally.
- `home/`
Home-manager configuration.
- `secrets/`
Secret files that are encrypted with [agenix](https://github.com/ryantm/agenix).
- `pubkeys/`
Public user and host keys.
## Installation
Once nix is installed, see the `Makefile` at the root.
## Inspriations
I took some ideas from the following sources:
- [rprospero/dotfiles](https://gitlab.com/rprospero/dotfiles/)
- [thexyno/nixos-config](https://github.com/thexyno/nixos-config)
- [calops/nix](https://github.com/calops/nix)
## Plans
- [ ] Use for my Homelab server, including [containerization](https://www.tweag.io/blog/2020-07-31-nixos-flakes/)
- [ ] nix-ize my [Grafana setup](https://xeiaso.net/blog/prometheus-grafana-loki-nixos-2020-11-20/)
- [ ] port over favorite [macos options to nix-darwin](https://github.com/LnL7/nix-darwin/blob/master/modules/examples/lnl.nix).