Removed agenix secret management

This commit is contained in:
Olaf
2025-05-18 09:29:56 +02:00
parent f8df758e3c
commit 8467795708
7 changed files with 15 additions and 219 deletions

View File

@ -5,9 +5,8 @@ Started with a configuration generated from [this nixos config template](https:/
Installed nix with `--nix-build-group-id 30000`
Created the full verion with secret-management:
Initialy created 'with secrets' but stripped out the git/agenix in favor of sops
```
mkdir -p nixos-config && cd nixos-config && nix flake --extra-experimental-features 'nix-command flakes' init -t github:dustinlyons/nixos-config#starter-with-secrets
```
```