Test
This commit is contained in:
parent
0d672d7f94
commit
35dc7a680c
2 changed files with 1 additions and 2 deletions
|
@ -67,7 +67,6 @@
|
||||||
neofetch
|
neofetch
|
||||||
gnupg
|
gnupg
|
||||||
fail2ban
|
fail2ban
|
||||||
sops
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable tailscale
|
# Enable tailscale
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue