udpate README

This commit is contained in:
Felix Buehler 2022-07-30 15:03:48 +02:00
parent 8c5a1e2523
commit 66416c739b

View file

@ -11,8 +11,9 @@ Secret are managed using [sops-nix](https://github.com/Mic92/sops-nix).
``` ```
. .
├── modules # Own nix-options, to modularize services
├── nixos # Machine definitions ├── nixos # Machine definitions
└── legacy # older scripts kept before having an iso-image └── pgks # Own packages, which are not available in nixpkgs
``` ```
## usage ## usage
@ -34,7 +35,8 @@ sops ./nixos/myHost/secrets.yaml
## inspired by ## inspired by
- [deploy hugo with nix](https://ayats.org/blog/flake-blog/) - [deploy hugo with nix](https://ayats.org/blog/flake-blog/)
- [Nixos dotfiles Mic92](https://github.com/Mic92/dotfiles) - [Nix config by Mic92](https://github.com/Mic92/dotfiles)
- [Nixos dotfiles pborzenkov](https://github.com/pborzenkov/nix-config) - [Nix config by ambroisie](https://github.com/ambroisie/nix-config)
- [Nixos dotfiles by nyanloutre](https://gitea.nyanlout.re/nyanloutre/nixos-config) - [Nix config by pborzenkov](https://github.com/pborzenkov/nix-config)
- [Nix config by nyanloutre](https://gitea.nyanlout.re/nyanloutre/nixos-config)
- [deploy-rs by disassembler](https://samleathers.com/posts/2022-02-03-my-new-network-and-deploy-rs.html) - [deploy-rs by disassembler](https://samleathers.com/posts/2022-02-03-my-new-network-and-deploy-rs.html)