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
gnupg
fail2ban
sops
];
# Enable tailscale

View file

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