Add podman to thinkpad
This commit is contained in:
parent
42f33049f4
commit
2fff6aa766
2 changed files with 16 additions and 0 deletions
14
hosts/nixos/thinkpad/containers.nix
Normal file
14
hosts/nixos/thinkpad/containers.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ 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