remove container support from thinkpad

This commit is contained in:
Yan Lin 2025-10-23 23:06:10 +02:00
parent 3a0edac987
commit 8f12137939
2 changed files with 2 additions and 20 deletions

View file

@ -1,14 +0,0 @@
{ config, pkgs, lib, ... }:
let
# Universal container configuration
commonUID = "1000";
commonGID = "100";
systemTZ = config.time.timeZone;
in
{
# Container definitions for thinkpad host
virtualisation.oci-containers.containers = {
# Add container definitions here as needed
};
}