mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-09-05 18:30:39 +00:00
sops
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user