feat(etna): add mkSecret(s)
i love nix
This commit is contained in:
parent
03bc6aff33
commit
da553350c6
7 changed files with 46 additions and 45 deletions
|
@ -1,4 +1,10 @@
|
|||
{config, ...}: {
|
||||
{
|
||||
config,
|
||||
mkSecret,
|
||||
...
|
||||
}: {
|
||||
age.secrets = mkSecret "minecraftEnv" {};
|
||||
|
||||
services.frp = {
|
||||
enable = true;
|
||||
role = "client";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue