Sops edit
This commit is contained in:
parent
4fe0c2edd9
commit
e558455034
2 changed files with 1 additions and 4 deletions
|
@ -67,6 +67,7 @@
|
||||||
neofetch
|
neofetch
|
||||||
gnupg
|
gnupg
|
||||||
fail2ban
|
fail2ban
|
||||||
|
sops
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable tailscale
|
# Enable tailscale
|
||||||
|
|
|
@ -10,10 +10,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
bashrcExtra = ''
|
bashrcExtra = ''
|
||||||
sops-edit() {
|
|
||||||
nix-shell -p sops --run "sops $1"
|
|
||||||
}
|
|
||||||
|
|
||||||
nix-clean-all() {
|
nix-clean-all() {
|
||||||
nix-channel --update
|
nix-channel --update
|
||||||
nix-env -u --always
|
nix-env -u --always
|
||||||
|
|
Loading…
Reference in a new issue