Move cli tools to ops and add nixos-generate

This commit is contained in:
John Locke 2024-03-17 10:35:06 -07:00
parent 7601dea2cb
commit cd96a27ec3
4 changed files with 14 additions and 5 deletions

10
ops/default.nix Normal file
View file

@ -0,0 +1,10 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
awscli2
bitwarden-cli
mkcert
vault
nixos-generate
];
}