mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
Secrets... abstractions
This commit is contained in:
parent
05696b3aea
commit
aecc7fa78d
5 changed files with 40 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
commandPrefix = "pass";
|
||||
|
||||
variables.hcloud_token = {
|
||||
type = "string";
|
||||
value.shellCommand = "bitw get infra/hcloud_token";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue