forked from katzen-cafe/katzen-cafe
vault
This commit is contained in:
parent
928f970d55
commit
ad663f501e
3 changed files with 25 additions and 1 deletions
|
@ -15,7 +15,8 @@
|
|||
hostPkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||
in {
|
||||
devShell."x86_64-linux" = with hostPkgs; mkShell {
|
||||
buildInputs = [ colmena ];
|
||||
buildInputs = [ colmena vault ];
|
||||
VAULT_ADDR = "https://hc-vault.katzen.cafe";
|
||||
};
|
||||
colmena = {
|
||||
meta = {
|
||||
|
@ -50,6 +51,7 @@
|
|||
./modules/mumble.nix
|
||||
./modules/modded-mc.nix
|
||||
#./modules/prosody.nix
|
||||
./modules/vault.nix
|
||||
];
|
||||
|
||||
system.stateVersion = "22.11";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue