This commit is contained in:
iFargle 2023-08-15 12:44:42 +09:00
parent 0d672d7f94
commit 35dc7a680c
2 changed files with 1 additions and 2 deletions

View file

@ -67,7 +67,6 @@
neofetch neofetch
gnupg gnupg
fail2ban fail2ban
sops
]; ];
# Enable tailscale # Enable tailscale

View file

@ -10,7 +10,7 @@
enable = true; enable = true;
enableCompletion = true; enableCompletion = true;
bashrcExtra = '' bashrcExtra = ''
sops-edit() { sops() {
nix-shell -p sops --run "sops $1" nix-shell -p sops --run "sops $1"
} }