nixos-config/machines/chungus/service-vault.nix
Ingolf Wagner f670c2af5f
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 12m17s
🚚 rename services to service on chungus
2024-09-05 09:31:08 +07:00

9 lines
128 B
Nix

{ pkgs, ... }:
{
services.vault = {
enable = true;
#adress = "chungus.private:8200";
package = pkgs.vault;
};
}