nixos-config/nixos/machines/chungus/vault.nix

7 lines
87 B
Nix

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