feat: alejandra -> nixfmt
This commit is contained in:
parent
acc6e6e825
commit
65ce9c5882
56 changed files with 737 additions and 456 deletions
|
@ -2,10 +2,12 @@
|
|||
config,
|
||||
_utils,
|
||||
...
|
||||
}: let
|
||||
envFile = _utils.setupSingleSecret config "vaultwardenEnv" {};
|
||||
in {
|
||||
imports = [envFile.generate];
|
||||
}:
|
||||
let
|
||||
envFile = _utils.setupSingleSecret config "vaultwardenEnv" { };
|
||||
in
|
||||
{
|
||||
imports = [ envFile.generate ];
|
||||
|
||||
cfTunnels."bw.uku3lig.net" = "http://localhost:8222";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue