rename vault

This commit is contained in:
Ingolf Wagner 2024-05-05 14:12:24 +02:00
parent 98fcb131ea
commit 518ca37253
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 3 additions and 1 deletions

View file

@ -50,6 +50,7 @@
./sync-script.nix
./services-s3.nix
./services-vault.nix
#./kiosk.nix
./trilium.nix
@ -58,7 +59,6 @@
./cache.nix
./vault.nix
./docker-registry.nix

View file

@ -1,6 +1,8 @@
{pkgs, ... }:
{
services.vault = {
enable = true;
#adress = "chungus.private:8200";
package = pkgs.unstable.vault;
};
}