mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-04-04 05:57:05 +00:00
sops
This commit is contained in:
parent
c7aeaaef8d
commit
4aca03d528
1
.envrc
Normal file
1
.envrc
Normal file
@ -0,0 +1 @@
|
||||
export SOPS_AGE_KEY_FILE=${HOME}/.config/sops/age/keys.txt
|
11
README.md
11
README.md
@ -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
|
||||
```
|
||||
|
@ -20,6 +20,7 @@ with pkgs;
|
||||
woff2
|
||||
bat
|
||||
rsync
|
||||
sops
|
||||
#bitwarden-cli
|
||||
|
||||
# Dev
|
||||
@ -49,6 +50,7 @@ with pkgs;
|
||||
tectonic
|
||||
tex-fmt
|
||||
rustup
|
||||
shfmt
|
||||
|
||||
# Fonts
|
||||
nerd-fonts.jetbrains-mono
|
||||
|
Loading…
x
Reference in New Issue
Block a user