VEGAS/vault, cluster/services/vault: drop
This commit is contained in:
parent
3d12645d38
commit
a7ae49128e
3 changed files with 0 additions and 18 deletions
|
@ -1,5 +0,0 @@
|
|||
{ depot, ... }:
|
||||
|
||||
{
|
||||
dns.records.vault.target = [ depot.hours.VEGAS.interfaces.primary.addrPublic ];
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
{ config, pkgs, depot, ... }:
|
||||
|
||||
{
|
||||
services.vault = {
|
||||
enable = true;
|
||||
storageBackend = "file";
|
||||
storagePath = "/srv/storage/private/vault";
|
||||
extraConfig = "ui = true";
|
||||
package = pkgs.vault-bin;
|
||||
};
|
||||
services.nginx.virtualHosts."vault.${depot.lib.meta.domain}" = depot.lib.nginx.vhosts.proxy "http://${config.services.vault.address}";
|
||||
}
|
|
@ -26,7 +26,6 @@
|
|||
./services/minecraft
|
||||
./services/reflex
|
||||
./services/sso
|
||||
./services/vault
|
||||
./services/websites
|
||||
./services/wireguard-server
|
||||
depot.nixosModules.hyprspace
|
||||
|
|
Loading…
Reference in a new issue