mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-04-14 09:42:58 +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
|
# Installation
|
||||||
nix run nix-darwin -- switch --flake ~/.config/nix-darwin#mbp
|
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
|
woff2
|
||||||
bat
|
bat
|
||||||
rsync
|
rsync
|
||||||
|
sops
|
||||||
#bitwarden-cli
|
#bitwarden-cli
|
||||||
|
|
||||||
# Dev
|
# Dev
|
||||||
@ -49,6 +50,7 @@ with pkgs;
|
|||||||
tectonic
|
tectonic
|
||||||
tex-fmt
|
tex-fmt
|
||||||
rustup
|
rustup
|
||||||
|
shfmt
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
nerd-fonts.jetbrains-mono
|
nerd-fonts.jetbrains-mono
|
||||||
|
Loading…
x
Reference in New Issue
Block a user