nixosTests.cloudlog: migrate to systemd-nspawn (#555650)

This commit is contained in:
Peder Bergebakken Sundt
2026-08-24 20:07:30 +00:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
{ pkgs, ... }:
{
name = "cloudlog";
nodes = {
containers = {
machine = {
services.mysql.package = pkgs.mariadb;
services.cloudlog.enable = true;