depot/cluster/services/storage/simulacrum/snakeoil-heresy-passphrase.nix

9 lines
142 B
Nix
Raw Normal View History

{
environment.etc."dummy-secrets/storageAuth-heresy".text = ''
[local]
storage-url: local://
fs-passphrase: simulacrum
'';
}