Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knopki/devops-at-home
Configuration management of my personal machines, because why not
https://github.com/knopki/devops-at-home
devops dotfiles nix nixos unixporn
Last synced: 27 days ago
JSON representation
Configuration management of my personal machines, because why not
- Host: GitHub
- URL: https://github.com/knopki/devops-at-home
- Owner: knopki
- License: mit
- Created: 2018-07-04T02:17:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T09:09:43.000Z (over 1 year ago)
- Last Synced: 2023-08-13T02:56:54.368Z (about 1 year ago)
- Topics: devops, dotfiles, nix, nixos, unixporn
- Language: Nix
- Homepage:
- Size: 2.39 MB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# devops@home
Configuration management of the my personal machines, my dotfiles,
my other somethings. Because why not.This version is based on [DevOS][devos].
## Setup
You need `nix` to be installed. `direnv` is recommended too, because you need
to be inside `nix shell`.Preffered way to deploy things is to use [deploy-rs][deploy-rs-guide].
[sops][sops-nix] is used for secrets.
- [How to create installation media][iso-guide]
- [How to install][install-guide][Packages](./pkgs), [modules](./modules) and
[home manager modules](./users/modules) are available as flake outputs
for reuse. Type `nix flake show` for TOC.[mit]: https://mit-license.org
[devos]: https://devos.divnix.com/doc/start
[deproy-rs-guide]: https://devos.divnix.com/integrations/deploy.html
[iso-guide]: https://devos.divnix.com/flk/iso.html
[install-guide]: https://devos.divnix.com/flk/install.html
[sops-nix]: https://github.com/Mic92/sops-nix