feat(jeeves)!: add config
Automatic disk partitioning using `disko` Automatic secrets management using `agenix` Automatic deployment using `deploy-rs`
This commit is contained in:
parent
64950f00f3
commit
8f17e5849a
12 changed files with 869 additions and 55 deletions
|
@ -1,5 +1,7 @@
|
|||
# Shell for bootstrapping flake-enabled nix and other tooling
|
||||
{ pkgs
|
||||
, inputs
|
||||
, outputs
|
||||
, ...
|
||||
}: pkgs.mkShell {
|
||||
NIX_CONFIG = ''
|
||||
|
@ -9,5 +11,9 @@
|
|||
nix
|
||||
home-manager
|
||||
git
|
||||
deploy-rs
|
||||
# inputs.agenix.packages.${pkgs.system}.agenix
|
||||
inputs.ragenix.packages.${pkgs.system}.ragenix
|
||||
rage
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue