This commit is contained in:
2025-02-04 16:12:34 +01:00
parent c7aeaaef8d
commit 4aca03d528
3 changed files with 14 additions and 0 deletions

View File

@@ -15,3 +15,14 @@ git clone https://github.com/cupcakearmy/nix-macos ~/.config/nix-darwin
# Installation
nix run nix-darwin -- switch --flake ~/.config/nix-darwin#mbp
```
## Sops
Secrets are managed by sops-nix
```bash
# To edit the secrets files
nix shell nixpkgs#sops
sops ./secrets/foo.yaml
```