mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-09-13 22:12:03 +02:00
flake: add disko
This commit is contained in:
parent
91282ce2d0
commit
2d29a71ce2
3 changed files with 33 additions and 4 deletions
10
README.md
10
README.md
|
@ -3,10 +3,12 @@
|
|||
This repository holds my NixOS configuration.
|
||||
It is fully reproducible, flakes based, and position-independent, meaning there is no moving around of `configuration.nix`.
|
||||
|
||||
Deployment is done using [deploy-rs](https://github.com/serokell/deploy-rs), see [usage](#usage).
|
||||
Secret are managed using [sops-nix](https://github.com/Mic92/sops-nix).
|
||||
For formatting [pre-commit-hooks](https://github.com/cachix/pre-commit-hooks.nix) is used.
|
||||
For image generation [nixos-generators](https://github.com/nix-community/nixos-generators) is used.
|
||||
used flakes:
|
||||
- image generation: [nixos-generators](https://github.com/nix-community/nixos-generators)
|
||||
- disk formatting: [disko](https://github.com/nix-community/disko)
|
||||
- secrets: [sops-nix](https://github.com/Mic92/sops-nix)
|
||||
- deployment: [deploy-rs](https://github.com/serokell/deploy-rs), see [usage](#usage)
|
||||
- formatting: [pre-commit-hooks](https://github.com/cachix/pre-commit-hooks.nix)
|
||||
|
||||
## structure
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue