1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2025-03-23 22:48:46 +01:00
parent 616f310f4a
commit 1555d7b643
No known key found for this signature in database
51 changed files with 243 additions and 231 deletions

View file

@ -15,11 +15,6 @@ lib: _: {
(lib.mkIf (!condition) falseContent)
];
formatHostPort = {
host,
port,
}: "${host}:${builtins.toString port}";
mkSecrets = secrets: let
mkSecret = {
name,