sops&server
Some checks failed
Nix Build / build-nixos (push) Failing after 20s

This commit is contained in:
soraefir
2024-05-08 18:47:42 +02:00
parent 16540a9327
commit c636f15689
10 changed files with 197 additions and 17 deletions

View File

@ -14,7 +14,9 @@ in {
"ssh" = "TERM=xterm-256color ${pkgs.openssh}/bin/ssh";
"top" = "btop";
};
shellInit =
"\n sopsu() {nix-shell -p sops --run \"sops updatekeys $1\"}\n ";
initExtra = ''
sopsu() {nix-shell -p sops --run "sops updatekeys $1";}
sopsn() {nix-shell -p sops --run "sops $1";}
'';
};
}