cleanup names

This commit is contained in:
mjallen18
2025-08-26 20:28:55 -05:00
parent 02085e7ff1
commit d6ae29f16f
56 changed files with 1406 additions and 1336 deletions

View File

@@ -59,4 +59,4 @@ rec {
in
concatMapStrings (n: substring (n - 1) 1 ascii) finalBytes;
}
}

View File

@@ -45,13 +45,13 @@ rec {
config = lib.mkIf config.mjallen.${name}.enable config;
};
mkContainer =
mkContainer =
{
name,
localAddress ? "127.0.0.1",
port ? "80",
bindMounts ? { },
config ? { }
config ? { },
}:
{ lib, ... }:
{
@@ -119,4 +119,4 @@ rec {
nested-force-attrs = mapAttrs (_key: force-attrs);
}
// base64Lib
// base64Lib