basic authella configuration
All checks were successful
/ perform flake analysis (push) Successful in 39s
/ build hive configuration (push) Successful in 8m59s

This commit is contained in:
2026-01-23 20:22:03 +01:00
parent f894f65024
commit 2db673093e
11 changed files with 265 additions and 56 deletions

View File

@@ -16,6 +16,10 @@
};
};
environment.systemPackages = with pkgs; [
podman-compose
];
virtualisation.oci-containers.containers =
let
runner_config = pkgs.writeTextFile {