Move cli tools to ops and add nixos-generate
This commit is contained in:
parent
7601dea2cb
commit
cd96a27ec3
4 changed files with 14 additions and 5 deletions
10
ops/default.nix
Normal file
10
ops/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
awscli2
|
||||
bitwarden-cli
|
||||
mkcert
|
||||
vault
|
||||
nixos-generate
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue