forked from katzen-cafe/katzen-cafe
switch to pass
for key management
This commit is contained in:
parent
57a9d854ae
commit
70a7ee395d
10 changed files with 14 additions and 25 deletions
|
@ -17,8 +17,7 @@
|
|||
hostPkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||
in {
|
||||
devShell."x86_64-linux" = with hostPkgs; mkShell {
|
||||
buildInputs = [ colmena vault ];
|
||||
VAULT_ADDR = "https://hc-vault.katzen.cafe";
|
||||
buildInputs = [ colmena pass ];
|
||||
};
|
||||
colmena = {
|
||||
meta = {
|
||||
|
@ -57,7 +56,6 @@
|
|||
./modules/mumble.nix
|
||||
./modules/modded-mc.nix
|
||||
#./modules/prosody.nix
|
||||
./modules/vault.nix
|
||||
./modules/monitoring.nix
|
||||
./modules/mailserver.nix
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue