remove container support from thinkpad
This commit is contained in:
parent
3a0edac987
commit
8f12137939
2 changed files with 2 additions and 20 deletions
|
|
@ -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
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue