Testing
This commit is contained in:
parent
f998aeade6
commit
d93741eb7f
2 changed files with 4 additions and 2 deletions
|
@ -9,7 +9,9 @@
|
||||||
set ZELLIJ_AUTO_ATTACH true
|
set ZELLIJ_AUTO_ATTACH true
|
||||||
set ZELLIJ_AUTO_EXIT true
|
set ZELLIJ_AUTO_EXIT true
|
||||||
ssh-add > /dev/null &> /dev/null
|
ssh-add > /dev/null &> /dev/null
|
||||||
eval (zellij setup --generate-auto-start fish | string collect)
|
if status is-interactive
|
||||||
|
eval (zellij setup --generate-auto-start fish | string collect)
|
||||||
|
end
|
||||||
'';
|
'';
|
||||||
functions = {
|
functions = {
|
||||||
update_secrets = ''
|
update_secrets = ''
|
||||||
|
@ -18,6 +20,7 @@
|
||||||
find secrets -name "*.yaml" -exec sops updatekeys {} \;
|
find secrets -name "*.yaml" -exec sops updatekeys {} \;
|
||||||
'';
|
'';
|
||||||
restart-docker = ''
|
restart-docker = ''
|
||||||
|
# set GPG_TTY $tty
|
||||||
pushd /Storage/Data/docker-compose/sysctl.io/
|
pushd /Storage/Data/docker-compose/sysctl.io/
|
||||||
docker stop $argv
|
docker stop $argv
|
||||||
docker rm $argv
|
docker rm $argv
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
{ lib, ... }: {
|
{ lib, ... }: {
|
||||||
stylix.targets.tmux.enable = lib.mkForce false;
|
stylix.targets.tmux.enable = lib.mkForce false;
|
||||||
stylix.targets.fish.enable = lib.mkForce false;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue