{ config, lib, pkgs, ... }:

{
  config = {
    boot.isContainer = true;
  };
}