summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKj Tsanaktsidis <kjtsanaktsidis@groq.com>2025-09-07 13:52:20 +1000
committerKj Tsanaktsidis <kjtsanaktsidis@groq.com>2025-09-07 14:25:57 +1000
commit7c4275017db7b31da2bd9299c83e28ead981b5ed (patch)
treeafdc249ed376beeeec53d9deaff8962d47b6f7c9
parentb2c0cf27604f421258077156d18d7ed45d32228f (diff)
wip1
-rw-r--r--.sops.yaml9
-rw-r--r--flake.lock255
-rw-r--r--flake.nix87
-rw-r--r--kj-laptop01/configuration.nix86
-rw-r--r--kj-laptop01/disk-config.nix83
-rw-r--r--kj-laptop01/facter.json4100
-rw-r--r--kj-laptop01/secrets.yaml28
7 files changed, 4648 insertions, 0 deletions
diff --git a/.sops.yaml b/.sops.yaml
new file mode 100644
index 0000000..2c6af79
--- /dev/null
+++ b/.sops.yaml
@@ -0,0 +1,9 @@
+keys:
+ - &admin_kj age10gj7wx2syxd9xtt032xxrvtz9hcpnh5xfhzdaaw8qztt6xt6jyrqme3pdp
+ - &server_kj_laptop01 age1dlhywyz63uyyv5z2w6mhax7dcn37akymy2e4ujcdppf85hr3ccrqgwpqmu
+creation_rules:
+ - path_regex: kj-laptop01/.*\.yaml$
+ key_groups:
+ - age:
+ - *admin_kj
+ - *server_kj_laptop01
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..755173e
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,255 @@
+{
+ "nodes": {
+ "disko": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs-stable"
+ ]
+ },
+ "locked": {
+ "lastModified": 1756733629,
+ "narHash": "sha256-dwWGlDhcO5SMIvMSTB4mjQ5Pvo2vtxvpIknhVnSz2I8=",
+ "owner": "nix-community",
+ "repo": "disko",
+ "rev": "a5c4f2ab72e3d1ab43e3e65aa421c6f2bd2e12a1",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "disko",
+ "type": "github"
+ }
+ },
+ "disko_2": {
+ "inputs": {
+ "nixpkgs": [
+ "nixos-anywhere",
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1749200714,
+ "narHash": "sha256-W8KiJIrVwmf43JOPbbTu5lzq+cmdtRqaNbOsZigjioY=",
+ "owner": "nix-community",
+ "repo": "disko",
+ "rev": "17d08c65c241b1d65b3ddf79e3fac1ddc870b0f6",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "ref": "master",
+ "repo": "disko",
+ "type": "github"
+ }
+ },
+ "flake-parts": {
+ "inputs": {
+ "nixpkgs-lib": [
+ "nixos-anywhere",
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1748821116,
+ "narHash": "sha256-F82+gS044J1APL0n4hH50GYdPRv/5JWm34oCJYmVKdE=",
+ "owner": "hercules-ci",
+ "repo": "flake-parts",
+ "rev": "49f0870db23e8c1ca0b5259734a02cd9e1e371a1",
+ "type": "github"
+ },
+ "original": {
+ "owner": "hercules-ci",
+ "repo": "flake-parts",
+ "type": "github"
+ }
+ },
+ "nix-vm-test": {
+ "inputs": {
+ "nixpkgs": [
+ "nixos-anywhere",
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1748765518,
+ "narHash": "sha256-vftOR+7zwnMWl5UpG32GL1VBeNGTDZZT0hv+2uNuBGw=",
+ "owner": "Mic92",
+ "repo": "nix-vm-test",
+ "rev": "d6642fbaf42fc98883d84bab66cd0ec720d9dd0c",
+ "type": "github"
+ },
+ "original": {
+ "owner": "Mic92",
+ "repo": "nix-vm-test",
+ "type": "github"
+ }
+ },
+ "nixos-anywhere": {
+ "inputs": {
+ "disko": "disko_2",
+ "flake-parts": "flake-parts",
+ "nix-vm-test": "nix-vm-test",
+ "nixos-images": "nixos-images",
+ "nixos-stable": "nixos-stable",
+ "nixpkgs": [
+ "nixpkgs-stable"
+ ],
+ "treefmt-nix": "treefmt-nix"
+ },
+ "locked": {
+ "lastModified": 1756369694,
+ "narHash": "sha256-wNrnVlg+d0GXbmT+MDS6xMIkB+Su437fuP1DZpwaLiI=",
+ "owner": "nix-community",
+ "repo": "nixos-anywhere",
+ "rev": "dc1df558e51f41d0782eef312f04a2e0e4c9ce8a",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "nixos-anywhere",
+ "type": "github"
+ }
+ },
+ "nixos-facter-modules": {
+ "locked": {
+ "lastModified": 1756491981,
+ "narHash": "sha256-lXyDAWPw/UngVtQfgQ8/nrubs2r+waGEYIba5UX62+k=",
+ "owner": "numtide",
+ "repo": "nixos-facter-modules",
+ "rev": "c1b29520945d3e148cd96618c8a0d1f850965d8c",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "nixos-facter-modules",
+ "type": "github"
+ }
+ },
+ "nixos-images": {
+ "inputs": {
+ "nixos-stable": [
+ "nixos-anywhere",
+ "nixos-stable"
+ ],
+ "nixos-unstable": [
+ "nixos-anywhere",
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1749086071,
+ "narHash": "sha256-4+fY7i+q78F3t6APz0cMC4kRxsyCb+UTyfhbckkCd7Q=",
+ "owner": "nix-community",
+ "repo": "nixos-images",
+ "rev": "aa38dbbdf0e955baef7e03dfc4265ae3fdac4808",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "nixos-images",
+ "type": "github"
+ }
+ },
+ "nixos-stable": {
+ "locked": {
+ "lastModified": 1749086602,
+ "narHash": "sha256-DJcgJMekoxVesl9kKjfLPix2Nbr42i7cpEHJiTnBUwU=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "4792576cb003c994bd7cc1edada3129def20b27d",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixos-25.05",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "nixpkgs-stable": {
+ "locked": {
+ "lastModified": 1748026580,
+ "narHash": "sha256-rWtXrcIzU5wm/C8F9LWvUfBGu5U5E7cFzPYT1pHIJaQ=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "11cb3517b3af6af300dd6c055aeda73c9bf52c48",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "25.05",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "nixpkgs-unstable": {
+ "locked": {
+ "lastModified": 1756787288,
+ "narHash": "sha256-rw/PHa1cqiePdBxhF66V7R+WAP8WekQ0mCDG4CFqT8Y=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "d0fc30899600b9b3466ddb260fd83deb486c32f1",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "disko": "disko",
+ "nixos-anywhere": "nixos-anywhere",
+ "nixos-facter-modules": "nixos-facter-modules",
+ "nixpkgs-stable": "nixpkgs-stable",
+ "nixpkgs-unstable": "nixpkgs-unstable",
+ "sops-nix": "sops-nix"
+ }
+ },
+ "sops-nix": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs-stable"
+ ]
+ },
+ "locked": {
+ "lastModified": 1754988908,
+ "narHash": "sha256-t+voe2961vCgrzPFtZxha0/kmFSHFobzF00sT8p9h0U=",
+ "owner": "Mic92",
+ "repo": "sops-nix",
+ "rev": "3223c7a92724b5d804e9988c6b447a0d09017d48",
+ "type": "github"
+ },
+ "original": {
+ "owner": "Mic92",
+ "repo": "sops-nix",
+ "type": "github"
+ }
+ },
+ "treefmt-nix": {
+ "inputs": {
+ "nixpkgs": [
+ "nixos-anywhere",
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1749194973,
+ "narHash": "sha256-eEy8cuS0mZ2j/r/FE0/LYBSBcIs/MKOIVakwHVuqTfk=",
+ "owner": "numtide",
+ "repo": "treefmt-nix",
+ "rev": "a05be418a1af1198ca0f63facb13c985db4cb3c5",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "treefmt-nix",
+ "type": "github"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}
diff --git a/flake.nix b/flake.nix
new file mode 100644
index 0000000..f898318
--- /dev/null
+++ b/flake.nix
@@ -0,0 +1,87 @@
+{
+ inputs.nixpkgs-stable.url = "github:NixOS/nixpkgs/25.05";
+ inputs.nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
+ inputs.disko.url = "github:nix-community/disko";
+ inputs.disko.inputs.nixpkgs.follows = "nixpkgs-stable";
+ inputs.nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
+ inputs.sops-nix.url = "github:Mic92/sops-nix";
+ inputs.sops-nix.inputs.nixpkgs.follows = "nixpkgs-stable";
+ inputs.nixos-anywhere.url = "github:nix-community/nixos-anywhere";
+ inputs.nixos-anywhere.inputs.nixpkgs.follows = "nixpkgs-stable";
+
+ outputs =
+ {
+ nixpkgs-stable,
+ nixpkgs-unstable,
+ disko,
+ nixos-facter-modules,
+ sops-nix,
+ nixos-anywhere,
+ ...
+ }:
+ let
+ systems = [
+ "x86_64-linux"
+ "x86_64-darwin"
+ "aarch64-linux"
+ "aarch64-darwin"
+ ];
+ in
+ {
+ nixosConfigurations.kj-laptop01 = nixpkgs-unstable.lib.nixosSystem {
+ system = "x86_64-linux";
+ modules = [
+ disko.nixosModules.disko
+ ./kj-laptop01/configuration.nix
+ nixos-facter-modules.nixosModules.facter
+ sops-nix.nixosModules.sops
+ {
+ config.facter.reportPath = ./kj-laptop01/facter.json;
+ }
+ ];
+ };
+
+ formatter = nixpkgs-stable.lib.genAttrs systems (
+ system: nixpkgs-stable.legacyPackages.${system}.nixfmt-tree
+ );
+
+ apps = nixpkgs-stable.lib.genAttrs systems (system:
+ let
+ pkgs = nixpkgs-stable.legacyPackages.${system};
+
+ install-script = pkgs.writers.writeRubyBin "install" {
+ libraries = [];
+ } /* ruby */ ''
+ require 'tmpdir'
+ require 'open3'
+ require 'json'
+ require 'fileutils'
+
+ system_flake = ARGV[0]
+ ENV['SOPS_AGE_KEY_FILE'] ||= File.expand_path("~/.config/sops/age/keys.txt")
+ sops_exe = "${pkgs.sops}/bin/sops"
+ nixos_anywhere_exe = "${pkgs.nixos-anywhere}/bin/nixos-anywhere"
+
+ secret_data_raw, status = Open3.capture2(sops_exe, "decrypt", "--output-type", "json", "#{system_flake}/secrets.yaml")
+ raise "Failed to decrypt secrets.yaml" unless status.success?
+ secret_data = JSON.parse(secret_data_raw)
+
+ Dir.mktmpdir("secrets") do |secret_dir|
+ FileUtils.mkdir_p(File.join(secret_dir, 'copy_dir/etc/ssh'))
+ File.write(File.join(secret_dir, 'copy_dir/etc/ssh/ssh_host_ed25519_key'), secret_data["ssh_host_key_ed25519"])
+ File.write(File.join(secret_dir, 'luks_passphrase'), secret_data["luks_passphrase"])
+
+ system nixos_anywhere_exe, "--disk-encryption-keys", File.join(secret_dir, 'luks_passphrase'),
+ "--extra-files", File.join(secret_dir, 'copy_dir'), "--flake", ".##{system_flake}", *ARGV[1..-1],
+ exception: true
+ end
+ '';
+ in
+ {
+ install = {
+ type = "app";
+ program = "${install-script}/bin/install";
+ };
+ });
+ };
+}
diff --git a/kj-laptop01/configuration.nix b/kj-laptop01/configuration.nix
new file mode 100644
index 0000000..2ad9ebd
--- /dev/null
+++ b/kj-laptop01/configuration.nix
@@ -0,0 +1,86 @@
+{
+ modulesPath,
+ lib,
+ pkgs,
+ sops,
+ config,
+ ...
+}@args:
+{
+ imports = [
+ ./disk-config.nix
+ ];
+ boot.loader.systemd-boot.enable = true;
+ system.stateVersion = "25.05";
+ networking.hostName = "kj-laptop01";
+ networking.networkmanager.enable = true;
+
+
+ sops = {
+ defaultSopsFile = ./secrets.yaml;
+ age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
+ age.generateKey = false;
+
+ secrets = {
+ luks_passphrase = { };
+ kj_hashed_password = {
+ neededForUsers = true;
+ };
+ ssh_host_key_ed25519 = { };
+ ssh_host_key_rsa = { };
+ };
+ };
+
+ security.sudo.enable = true;
+ users.mutableUsers = false;
+ users.groups.kjtsanaktsidis = {};
+ users.users = {
+ kjtsanaktsidis = {
+ createHome = true;
+ isNormalUser = true;
+ description = "KJ Tsanaktsidis";
+ group = "kjtsanaktsidis";
+ extraGroups = [ "wheel" ];
+ hashedPasswordFile = config.sops.secrets.kj_hashed_password.path;
+ openssh.authorizedKeys.keys = [
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAC/BtvW1c1RbBI8eeGo7oOH2y9byBaxWVDHsErgaE+s kjtsanaktsidis@KJMacbookGroq.local"
+ ];
+ };
+ };
+
+ services.openssh = {
+ enable = true;
+ hostKeys = [
+ {
+ type = "ed25519";
+ path = config.sops.secrets.ssh_host_key_ed25519.path;
+ }
+ {
+ type = "rsa";
+ path = config.sops.secrets.ssh_host_key_rsa.path;
+ }
+ ];
+ };
+
+ nix = {
+ extraOptions = ''
+ experimental-features = ca-derivations nix-command flakes
+ '';
+ settings = {
+ substituters = [
+ "https://cache.nixos.org"
+ "https://cache.ngi0.nixos.org/"
+ ];
+ trusted-public-keys = [
+ "cache.ngi0.nixos.org-1:KqH5CBLNSyX184S9BKZJo1LxrxJ9ltnY2uAs5c/f1MA="
+ ];
+ };
+ };
+
+ swapDevices = [
+ {
+ device = "/swap/swapfile";
+ size = 32768;
+ }
+ ];
+}
diff --git a/kj-laptop01/disk-config.nix b/kj-laptop01/disk-config.nix
new file mode 100644
index 0000000..b0f74c9
--- /dev/null
+++ b/kj-laptop01/disk-config.nix
@@ -0,0 +1,83 @@
+{
+ config,
+ ...
+}:
+{
+ disko.devices = {
+ disk.nvme0n1 = {
+ device = "/dev/nvme0n1";
+ type = "disk";
+ content = {
+ type = "gpt";
+ partitions = {
+ esp = {
+ name = "ESP";
+ start = "1MiB";
+ size = "1023M";
+ type = "EF00";
+ content = {
+ type = "filesystem";
+ format = "vfat";
+ mountpoint = "/boot";
+ };
+ };
+ luks = {
+ name = "cryptroot";
+ type = "8300";
+ size = "100%";
+ content = {
+ type = "luks";
+ name = "crypted";
+ passwordFile = config.sops.secrets.luks_passphrase.path;
+ settings = {
+ allowDiscards = true;
+ bypassWorkqueues = true;
+ };
+ content = {
+ type = "btrfs";
+ subvolumes = {
+ "@" = { };
+ "@/root" = {
+ mountpoint = "/";
+ mountOptions = [
+ "compress=zstd"
+ "noatime"
+ ];
+ };
+ "@/home" = {
+ mountpoint = "/home";
+ mountOptions = [
+ "compress=zstd"
+ "noatime"
+ ];
+ };
+ "@/var" = {
+ mountpoint = "/var";
+ mountOptions = [
+ "compress=zstd"
+ "noatime"
+ ];
+ };
+ "@/nix" = {
+ mountpoint = "/nix";
+ mountOptions = [
+ "compress=zstd"
+ "noatime"
+ ];
+ };
+ "@/swap" = {
+ mountpoint = "/swap";
+ mountOptions = [
+ "compress=zstd"
+ "noatime"
+ ];
+ };
+ };
+ };
+ };
+ };
+ };
+ };
+ };
+ };
+}
diff --git a/kj-laptop01/facter.json b/kj-laptop01/facter.json
new file mode 100644
index 0000000..aadd9b4
--- /dev/null
+++ b/kj-laptop01/facter.json
@@ -0,0 +1,4100 @@
+{
+ "version": 1,
+ "system": "x86_64-linux",
+ "virtualisation": "none",
+ "hardware": {
+ "bios": {
+ "apm_info": {
+ "supported": false,
+ "enabled": false,
+ "version": 0,
+ "sub_version": 0,
+ "bios_flags": 0
+ },
+ "vbe_info": {
+ "version": 0,
+ "video_memory": 0
+ },
+ "pnp": false,
+ "pnp_id": 0,
+ "lba_support": false,
+ "low_memory_size": 0,
+ "smbios_version": 770
+ },
+ "bluetooth": [
+ {
+ "index": 43,
+ "attached_to": 41,
+ "class_list": ["usb", "bluetooth"],
+ "bus_type": {
+ "hex": "0086",
+ "name": "USB",
+ "value": 134
+ },
+ "slot": {
+ "bus": 0,
+ "number": 0
+ },
+ "base_class": {
+ "hex": "0115",
+ "name": "Bluetooth Device",
+ "value": 277
+ },
+ "vendor": {
+ "hex": "8087",
+ "value": 32903
+ },
+ "device": {
+ "hex": "0026",
+ "value": 38
+ },
+ "revision": {
+ "hex": "0000",
+ "name": "0.02",
+ "value": 0
+ },
+ "model": "Bluetooth Device",
+ "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0",
+ "sysfs_bus_id": "3-10:1.0",
+ "resources": [
+ {
+ "type": "baud",
+ "speed": 12000000,
+ "bits": 0,
+ "stop_bits": 0,
+ "parity": 0,
+ "handshake": 0
+ }
+ ],
+ "detail": {
+ "device_class": {
+ "hex": "00e0",
+ "name": "wireless",
+ "value": 224
+ },
+ "device_subclass": {
+ "hex": "0001",
+ "name": "audio",
+ "value": 1
+ },
+ "device_protocol": 1,
+ "interface_class": {
+ "hex": "00e0",
+ "name": "wireless",
+ "value": 224
+ },
+ "interface_subclass": {
+ "hex": "0001",
+ "name": "audio",
+ "value": 1
+ },
+ "interface_protocol": 1,
+ "interface_number": 0,
+ "interface_alternate_setting": 0
+ },
+ "hotplug": "usb",
+ "driver": "btusb",
+ "driver_module": "btusb",
+ "drivers": ["btusb"],
+ "driver_modules": ["btusb"],
+ "module_alias": "usb:v8087p0026d0002dcE0dsc01dp01icE0isc01ip01in00"
+ },
+ {
+ "index": 48,
+ "attached_to": 41,
+ "class_list": ["usb", "bluetooth"],
+ "bus_type": {
+ "hex": "0086",
+ "name": "USB",
+ "value": 134
+ },
+ "slot": {
+ "bus": 0,
+ "number": 0
+ },
+ "base_class": {
+ "hex": "0115",
+ "name": "Bluetooth Device",
+ "value": 277
+ },
+ "vendor": {
+ "hex": "8087",
+ "value": 32903
+ },
+ "device": {
+ "hex": "0026",
+ "value": 38
+ },
+ "revision": {
+ "hex": "0000",
+ "name": "0.02",
+ "value": 0
+ },
+ "model": "Bluetooth Device",
+ "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.1",
+ "sysfs_bus_id": "3-10:1.1",
+ "resources": [
+ {
+ "type": "baud",
+ "speed": 12000000,
+ "bits": 0,
+ "stop_bits": 0,
+ "parity": 0,
+ "handshake": 0
+ }
+ ],
+ "detail": {
+ "device_class": {
+ "hex": "00e0",
+ "name": "wireless",
+ "value": 224
+ },
+ "device_subclass": {
+ "hex": "0001",
+ "name": "audio",
+ "value": 1
+ },
+ "device_protocol": 1,
+ "interface_class": {
+ "hex": "00e0",
+ "name": "wireless",
+ "value": 224
+ },
+ "interface_subclass": {
+ "hex": "0001",
+ "name": "audio",
+ "value": 1
+ },
+ "interface_protocol": 1,
+ "interface_number": 1,
+ "interface_alternate_setting": 0
+ },
+ "hotplug": "usb",
+ "driver": "btusb",
+ "driver_module": "btusb",
+ "drivers": ["btusb"],
+ "driver_modules": ["btusb"],
+ "module_alias": "usb:v8087p0026d0002dcE0dsc01dp01icE0isc01ip01in01"
+ }
+ ],
+ "bridge": [
+ {
+ "index": 12,
+ "attached_to": 0,
+ "class_list": ["pci", "bridge"],
+ "bus_type": {
+ "hex": "0004",
+ "name": "PCI",
+ "value": 4
+ },
+ "slot": {
+ "bus": 0,
+ "number": 28
+ },
+ "base_class": {
+ "hex": "0006",
+ "name": "Bridge",
+ "value": 6
+ },
+ "sub_class": {
+ "hex": "0004",
+ "name": "PCI bridge",
+ "value": 4
+ },
+ "pci_interface": {
+ "hex": "0000",
+ "name": "Normal decode",
+ "value": 0
+ },
+ "vendor": {
+ "hex": "8086",
+ "name": "Intel Corporation",
+ "value": 32902
+ },
+ "sub_vendor": {
+ "hex": "17aa",
+ "value": 6058
+ },
+ "device": {
+ "hex": "a0b8",
+ "value": 41144
+ },
+ "sub_device": {
+ "hex": "22c9",
+ "value": 8905
+ },
+ "revision": {
+ "hex": "0020",
+ "value": 32
+ },
+ "model": "Intel PCI bridge",
+ "sysfs_id": "/devices/pci0000:00/0000:00:1c.0",
+ "sysfs_bus_id": "0000:00:1c.0",
+ "sysfs_iommu_group_id": 10,
+ "resources": [
+ {
+ "type": "irq",
+ "base": 127,
+ "triggered": 0,
+ "enabled": true
+ }
+ ],
+ "detail": {
+ "function": 0,
+ "command": 1031,
+ "header_type": 1,
+ "secondary_bus": 8,
+ "irq": 127,
+ "prog_if": 0
+ },
+ "driver": "pcieport",
+ "driver_module": "pcieportdrv",
+ "drivers": ["pcieport"],
+ "driver_modules": ["pcieportdrv"],
+ "module_alias": "pci:v00008086d0000A0B8sv000017AAsd000022C9bc06sc04i00"
+ },
+ {
+ "index": 14,
+ "attached_to": 0,
+ "class_list": ["pci", "bridge"],
+ "bus_type": {
+ "hex": "0004",
+ "name": "PCI",
+ "value": 4
+ },
+ "slot": {
+ "bus": 0,
+ "number": 31
+ },
+ "base_class": {
+ "hex": "0006",
+ "name": "Bridge",
+ "value": 6
+ },
+ "sub_class": {
+ "hex": "0001",
+ "name": "ISA bridge",
+ "value": 1
+ },
+ "vendor": {
+ "hex": "8086",
+ "name": "Intel Corporation",
+ "value": 32902
+ },
+ "sub_vendor": {
+ "hex": "17aa",
+ "value": 6058
+ },
+ "device": {
+ "hex": "a082",
+ "value": 41090
+ },
+ "sub_device": {
+ "hex": "22c9",
+ "value": 8905
+ },
+ "revision": {
+ "hex": "0020",
+ "value": 32
+ },
+ "model": "Intel ISA bridge",
+ "sysfs_id": "/devices/pci0000:00/0000:00:1f.0",
+ "sysfs_bus_id": "0000:00:1f.0",
+ "sysfs_iommu_group_id": 12,
+ "detail": {
+ "function": 0,
+ "command": 1031,
+ "header_type": 0,
+ "secondary_bus": 0,
+ "irq": 0,
+ "prog_if": 0
+ },
+ "module_alias": "pci:v00008086d0000A082sv000017AAsd000022C9bc06sc01i00"
+ },
+ {
+ "index": 15,
+ "attached_to": 0,
+ "class_list": ["pci", "bridge"],
+ "bus_type": {
+ "hex": "0004",
+ "name": "PCI",
+ "value": 4
+ },
+ "slot": {
+ "bus": 0,
+ "number": 28
+ },
+ "base_class": {
+ "hex": "0006",
+ "name": "Bridge",
+ "value": 6
+ },
+ "sub_class": {
+ "hex": "0004",
+ "name": "PCI bridge",
+ "value": 4
+ },
+ "pci_interface": {
+ "hex": "0000",
+ "name": "Normal decode",
+ "value": 0
+ },
+ "vendor": {
+ "hex": "8086",
+ "name": "Intel Corporation",
+ "value": 32902
+ },
+ "sub_vendor": {
+ "hex": "17aa",
+ "value": 6058
+ },
+ "device": {
+ "hex": "a0bf",
+ "value": 41151
+ },
+ "sub_device": {
+ "hex": "22c9",
+ "value": 8905
+ },
+ "revision": {
+ "hex": "0020",
+ "value": 32
+ },
+ "model": "Intel PCI bridge",
+ "sysfs_id": "/devices/pci0000:00/0000:00:1c.7",
+ "sysfs_bus_id": "0000:00:1c.7",
+ "sysfs_iommu_group_id": 11,
+ "resources": [
+ {
+ "type": "irq",
+ "base": 128,
+ "triggered": 0,
+ "enabled": true
+ }
+ ],
+ "detail": {
+ "function": 7,
+ "command": 1031,
+ "header_type": 1,
+ "secondary_bus": 10,
+ "irq": 128,
+ "prog_if": 0
+ },
+ "driver": "pcieport",
+ "driver_module": "pcieportdrv",
+ "drivers": ["pcieport"],
+ "driver_modules": ["pcieportdrv"],
+ "module_alias": "pci:v00008086d0000A0BFsv000017AAsd000022C9bc06sc04i00"
+ },
+ {
+ "index": 17,
+ "attached_to": 0,
+ "class_list": ["pci", "bridge"],
+ "bus_type": {
+ "hex": "0004",
+ "name": "PCI",
+ "value": 4
+ },
+ "slot": {
+ "bus": 0,
+ "number": 7
+ },
+ "base_class": {
+ "hex": "0006",
+ "name": "Bridge",
+ "value": 6
+ },
+ "sub_class": {
+ "hex": "0004",
+ "name": "PCI bridge",
+ "value": 4
+ },
+ "pci_interface": {
+ "hex": "0000",
+ "name": "Normal decode",
+ "value": 0
+ },
+ "vendor": {
+ "hex": "8086",
+ "name": "Intel Corporation",
+ "value": 32902
+ },
+ "sub_vendor": {
+ "hex": "17aa",
+ "value": 6058
+ },
+ "device": {
+ "hex": "9a27",
+ "value": 39463
+ },
+ "sub_device": {
+ "hex": "22c9",
+ "value": 8905
+ },
+ "revision": {
+ "hex": "0001",
+ "value": 1
+ },
+ "model": "Intel PCI bridge",
+ "sysfs_id": "/devices/pci0000:00/0000:00:07.2",
+ "sysfs_bus_id": "0000:00:07.2",
+ "sysfs_iommu_group_id": 0,
+ "resources": [
+ {
+ "type": "irq",
+ "base": 126,
+ "triggered": 0,
+ "enabled": true
+ }
+ ],
+ "detail": {
+ "function": 2,
+ "command": 1031,
+ "header_type": 1,
+ "secondary_bus": 80,
+ "irq": 126,
+ "prog_if": 0
+ },
+ "driver": "pcieport",
+ "driver_module": "pcieportdrv",
+ "drivers": ["pcieport"],
+ "driver_modules": ["pcieportdrv"],
+ "module_alias": "pci:v00008086d00009A27sv000017AAsd000022C9bc06sc04i00"
+ },
+ {
+ "index": 22,
+ "attached_to": 0,
+ "class_list": ["pci", "bridge"],
+ "bus_type": {
+ "hex": "0004",
+ "name": "PCI",
+ "value": 4
+ },
+ "slot": {
+ "bus": 0,
+ "number": 7
+ },
+ "base_class": {
+ "hex": "0006",
+ "name": "Bridge",
+ "value": 6
+ },
+ "sub_class": {
+ "hex": "0004",
+ "name": "PCI bridge",
+ "value": 4
+ },
+ "pci_interface": {
+ "hex": "0000",
+ "name": "Normal decode",
+ "value": 0
+ },
+ "vendor": {
+ "hex": "8086",
+ "name": "Intel Corporation",
+ "value": 32902
+ },
+ "sub_vendor": {
+ "hex": "17aa",
+ "value": 6058
+ },
+ "device": {
+ "hex": "9a25",
+ "value": 39461
+ },
+ "sub_device": {
+ "hex": "22c9",
+ "value": 8905
+ },
+ "revision": {
+ "hex": "0001",
+ "value": 1
+ },
+ "model": "Intel PCI bridge",
+ "sysfs_id": "/devices/pci0000:00/0000:00:07.0",
+ "sysfs_bus_id": "0000:00:07.0",
+ "sysfs_iommu_group_id": 1,
+ "resources": [
+ {
+ "type": "irq",
+ "base": 125,
+ "triggered": 0,
+ "enabled": true
+ }
+ ],
+ "detail": {
+ "function": 0,
+ "command": 1031,
+ "header_type": 1,
+ "secondary_bus": 32,
+ "irq": 125,
+ "prog_if": 0
+ },
+ "driver": "pcieport",
+ "driver_module": "pcieportdrv",
+ "drivers": ["pcieport"],
+ "driver_modules": ["pcieportdrv"],
+ "module_alias": "pci:v00008086d00009A25sv000017AAsd000022C9bc06sc04i00"
+ },
+ {
+ "index": 26,
+ "attached_to": 0,
+ "class_list": ["pci", "bridge"],
+ "bus_type": {
+ "hex": "0004",
+ "name": "PCI",
+ "value": 4
+ },
+ "slot": {
+ "bus": 0,
+ "number": 0
+ },
+ "base_class": {
+ "hex": "0006",
+ "name": "Bridge",
+ "value": 6
+ },
+ "sub_class": {
+ "hex": "0000",
+ "name": "Host bridge",
+ "value": 0
+ },
+ "vendor": {
+ "hex": "8086",
+ "name": "Intel Corporation",
+ "value": 32902
+ },
+ "sub_vendor": {
+ "hex": "17aa",
+ "value": 6058
+ },
+ "device": {
+ "hex": "9a14",
+ "value": 39444
+ },
+ "sub_device": {
+ "hex": "22c9",
+ "value": 8905
+ },
+ "revision": {
+ "hex": "0001",
+ "value": 1
+ },
+ "model": "Intel Host bridge",
+ "sysfs_id": "/devices/pci0000:00/0000:00:00.0",
+ "sysfs_bus_id": "0000:00:00.0",
+ "sysfs_iommu_group_id": 3,
+ "detail": {
+ "function": 0,
+ "command": 6,
+ "header_type": 0,
+ "secondary_bus": 0,
+ "irq": 0,
+ "prog_if": 0
+ },
+ "module_alias": "pci:v00008086d00009A14sv000017AAsd000022C9bc06sc00i00"
+ },
+ {
+ "index": 27,
+ "attached_to": 0,
+ "class_list": ["pci", "bridge"],
+ "bus_type": {
+ "hex": "0004",
+ "name": "PCI",
+ "value": 4
+ },
+ "slot": {
+ "bus": 0,
+ "number": 6
+ },
+ "base_class": {
+ "hex": "0006",
+ "name": "Bridge",
+ "value": 6
+ },
+ "sub_class": {
+ "hex": "0004",
+ "name": "PCI bridge",
+ "value": 4
+ },
+ "pci_interface": {
+ "hex": "0000",
+ "name": "Normal decode",
+ "value": 0
+ },
+ "vendor": {
+ "hex": "8086",
+ "name": "Intel Corporation",
+ "value": 32902
+ },
+ "sub_vendor": {
+ "hex": "17aa",
+ "value": 6058
+ },
+ "device": {
+ "hex": "9a09",
+ "value": 39433
+ },
+ "sub_device": {
+ "hex": "22c9",
+ "value": 8905
+ },
+ "revision": {
+ "hex": "0001",
+ "value": 1
+ },
+ "model": "Intel PCI bridge",
+ "sysfs_id": "/devices/pci0000:00/0000:00:06.0",
+ "sysfs_bus_id": "0000:00:06.0",
+ "sysfs_iommu_group_id": 5,
+ "resources": [
+ {
+ "type": "irq",
+ "base": 124,
+ "triggered": 0,
+ "enabled": true
+ }
+ ],
+ "detail": {
+ "function": 0,
+ "command": 1031,
+ "header_type": 1,
+ "secondary_bus": 4,
+ "irq": 124,
+ "prog_if": 0
+ },
+ "driver": "pcieport",
+ "driver_module": "pcieportdrv",
+ "drivers": ["pcieport"],
+ "driver_modules": ["pcieportdrv"],
+ "module_alias": "pci:v00008086d00009A09sv000017AAsd000022C9bc06sc04i00"
+ }
+ ],
+ "camera": [
+ {
+ "index": 40,
+ "attached_to": 41,
+ "class_list": ["camera", "usb"],
+ "bus_type": {
+ "hex": "0086",
+ "name": "USB",
+ "value": 134
+ },
+ "slot": {
+ "bus": 0,
+ "number": 0
+ },
+ "base_class": {
+ "hex": "010f",
+ "name": "Camera",
+ "value": 271
+ },
+ "vendor": {
+ "hex": "04f2",
+ "name": "Chicony Electronics Co., Ltd.",
+ "value": 1266
+ },
+ "device": {
+ "hex": "b6d0",
+ "name": "Integrated Camera",
+ "value": 46800
+ },
+ "revision": {
+ "hex": "0000",
+ "name": "59.18",
+ "value": 0
+ },
+ "serial": "0001",
+ "model": "Chicony Electronics Integrated Camera",
+ "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2",
+ "sysfs_bus_id": "3-4:1.2",
+ "resources": [
+ {
+ "type": "baud",
+ "speed": 480000000,
+ "bits": 0,
+ "stop_bits": 0,
+ "parity": 0,
+ "handshake": 0
+ }
+ ],
+ "detail": {
+ "device_class": {
+ "hex": "00ef",
+ "name": "miscellaneous",
+ "value": 239
+ },
+ "device_subclass": {
+ "hex": "0002",
+ "name": "comm",
+ "value": 2
+ },
+ "device_protocol": 1,
+ "interface_class": {
+ "hex": "000e",
+ "name": "video",
+ "value": 14
+ },
+ "interface_subclass": {
+ "hex": "0001",
+ "name": "audio",
+ "value": 1
+ },
+ "interface_protocol": 1,
+ "interface_number": 2,
+ "interface_alternate_setting": 0,
+ "interface_association": {
+ "function_class": {
+ "hex": "000e",
+ "name": "video",
+ "value": 14
+ },
+ "function_subclass": {
+ "hex": "0003",
+ "name": "hid",
+ "value": 3
+ },
+ "function_protocol": 0,
+ "interface_count": 2,
+ "first_interface": 2
+ }
+ },
+ "hotplug": "usb",
+ "driver": "uvcvideo",
+ "driver_module": "uvcvideo",
+ "drivers": ["uvcvideo"],
+ "driver_modules": ["uvcvideo"],
+ "module_alias": "usb:v04F2pB6D0d5918dcEFdsc02dp01ic0Eisc01ip01in02"
+ },
+ {
+ "index": 42,
+ "attached_to": 41,
+ "class_list": ["camera", "usb"],
+ "bus_type": {
+ "hex": "0086",
+ "name": "USB",
+ "value": 134
+ },
+ "slot": {
+ "bus": 0,
+ "number": 0
+ },
+ "base_class": {
+ "hex": "010f",
+ "name": "Camera",
+ "value": 271
+ },
+ "vendor": {
+ "hex": "04f2",
+ "name": "Chicony Electronics Co., Ltd.",
+ "value": 1266
+ },
+ "device": {
+ "hex": "b6d0",
+ "name": "Integrated Camera",
+ "value": 46800
+ },
+ "revision": {
+ "hex": "0000",
+ "name": "59.18",
+ "value": 0
+ },
+ "serial": "0001",
+ "model": "Chicony Electronics Integrated Camera",
+ "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0",
+ "sysfs_bus_id": "3-4:1.0",
+ "resources": [
+ {
+ "type": "baud",
+ "speed": 480000000,
+ "bits": 0,
+ "stop_bits": 0,
+ "parity": 0,
+ "handshake": 0
+ }
+ ],
+ "detail": {
+ "device_class": {
+ "hex": "00ef",
+ "name": "miscellaneous",
+ "value": 239
+ },
+ "device_subclass": {
+ "hex": "0002",
+ "name": "comm",
+ "value": 2
+ },
+ "device_protocol": 1,
+ "interface_class": {
+ "hex": "000e",
+ "name": "video",
+ "value": 14
+ },
+ "interface_subclass": {
+ "hex": "0001",
+ "name": "audio",
+ "value": 1
+ },
+ "interface_protocol": 0,
+ "interface_number": 0,
+ "interface_alternate_setting": 0,
+ "interface_association": {
+ "function_class": {
+ "hex": "000e",
+ "name": "video",
+ "value": 14
+ },
+ "function_subclass": {
+ "hex": "0003",
+ "name": "hid",
+ "value": 3
+ },
+ "function_protocol": 0,
+ "interface_count": 2,
+ "first_interface": 0
+ }
+ },
+ "hotplug": "usb",
+ "driver": "uvcvideo",
+ "driver_module": "uvcvideo",
+ "drivers": ["uvcvideo"],
+ "driver_modules": ["uvcvideo"],
+ "module_alias": "usb:v04F2pB6D0d5918dcEFdsc02dp01ic0Eisc01ip00in00"
+ },
+ {
+ "index": 45,
+ "attached_to": 41,
+ "class_list": ["camera", "usb"],
+ "bus_type": {
+ "hex": "0086",
+ "name": "USB",
+ "value": 134
+ },
+ "slot": {
+ "bus": 0,
+ "number": 0
+ },
+ "base_class": {
+ "hex": "010f",
+ "name": "Camera",
+ "value": 271
+ },
+ "vendor": {
+ "hex": "04f2",
+ "name": "Chicony Electronics Co., Ltd.",
+ "value": 1266
+ },
+ "device": {
+ "hex": "b6d0",
+ "name": "Integrated Camera",
+ "value": 46800
+ },
+ "revision": {
+ "hex": "0000",
+ "name": "59.18",
+ "value": 0
+ },
+ "serial": "0001",
+ "model": "Chicony Electronics Integrated Camera",
+ "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.3",
+ "sysfs_bus_id": "3-4:1.3",
+ "resources": [
+ {
+ "type": "baud",
+ "speed": 480000000,
+ "bits": 0,
+ "stop_bits": 0,
+ "parity": 0,
+ "handshake": 0
+ }
+ ],
+ "detail": {
+ "device_class": {
+ "hex": "00ef",
+ "name": "miscellaneous",
+ "value": 239
+ },
+ "device_subclass": {
+ "hex": "0002",
+ "name": "comm",
+ "value": 2
+ },
+ "device_protocol": 1,
+ "interface_class": {
+ "hex": "000e",
+ "name": "video",
+ "value": 14
+ },
+ "interface_subclass": {
+ "hex": "0002",
+ "name": "comm",
+ "value": 2
+ },
+ "interface_protocol": 1,
+ "interface_number": 3,
+ "interface_alternate_setting": 0,
+ "interface_association": {
+ "function_class": {
+ "hex": "000e",
+ "name": "video",
+ "value": 14
+ },
+ "function_subclass": {
+ "hex": "0003",
+ "name": "hid",
+ "value": 3
+ },
+ "function_protocol": 0,
+ "interface_count": 2,
+ "first_interface": 2
+ }
+ },
+ "hotplug": "usb",
+ "driver": "uvcvideo",
+ "driver_module": "uvcvideo",
+ "drivers": ["uvcvideo"],
+ "driver_modules": ["uvcvideo"],
+ "module_alias": "usb:v04F2pB6D0d5918dcEFdsc02dp01ic0Eisc02ip01in03"
+ },
+ {
+ "index": 47,
+ "attached_to": 41,
+ "class_list": ["camera", "usb"],
+ "bus_type": {
+ "hex": "0086",
+ "name": "USB",
+ "value": 134
+ },
+ "slot": {
+ "bus": 0,
+ "number": 0
+ },
+ "base_class": {
+ "hex": "010f",
+ "name": "Camera",
+ "value": 271
+ },
+ "vendor": {
+ "hex": "04f2",
+ "name": "Chicony Electronics Co., Ltd.",
+ "value": 1266
+ },
+ "device": {
+ "hex": "b6d0",
+ "name": "Integrated Camera",
+ "value": 46800
+ },
+ "revision": {
+ "hex": "0000",
+ "name": "59.18",
+ "value": 0
+ },
+ "serial": "0001",
+ "model": "Chicony Electronics Integrated Camera",
+ "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1",
+ "sysfs_bus_id": "3-4:1.1",
+ "resources": [
+ {
+ "type": "baud",
+ "speed": 480000000,
+ "bits": 0,
+ "stop_bits": 0,
+ "parity": 0,
+ "handshake": 0
+ }
+ ],
+ "detail": {
+ "device_class": {
+ "hex": "00ef",
+ "name": "miscellaneous",
+ "value": 239
+ },
+ "device_subclass": {
+ "hex": "0002",
+ "name": "comm",
+ "value": 2
+ },
+ "device_protocol": 1,
+ "interface_class": {
+ "hex": "000e",
+ "name": "video",
+ "value": 14
+ },
+ "interface_subclass": {
+ "hex": "0002",
+ "name": "comm",
+ "value": 2
+ },
+ "interface_protocol": 0,
+ "interface_number": 1,
+ "interface_alternate_setting": 0,
+ "interface_association": {
+ "function_class": {
+ "hex": "000e",
+ "name": "video",
+ "value": 14
+ },
+ "function_subclass": {
+ "hex": "0003",
+ "name": "hid",
+ "value": 3
+ },
+ "function_protocol": 0,
+ "interface_count": 2,
+ "first_interface": 0
+ }
+ },
+ "hotplug": "usb",
+ "driver": "uvcvideo",
+ "driver_module": "uvcvideo",
+ "drivers": ["uvcvideo"],
+ "driver_modules": ["uvcvideo"],
+ "module_alias": "usb:v04F2pB6D0d5918dcEFdsc02dp01ic0Eisc02ip00in01"
+ }
+ ],
+ "cpu": [
+ {
+ "architecture": "x86_64",
+ "vendor_name": "GenuineIntel",
+ "family": 6,
+ "model": 140,
+ "stepping": 1,
+ "features": [
+ "fpu",
+ "vme",
+ "de",
+ "pse",
+ "tsc",
+ "msr",
+ "pae",
+ "mce",
+ "cx8",
+ "apic",
+ "sep",
+ "mtrr",
+ "pge",
+ "mca",
+ "cmov",
+ "pat",
+ "pse36",
+ "clflush",
+ "dts",
+ "acpi",
+ "mmx",
+ "fxsr",
+ "sse",
+ "sse2",
+ "ss",
+ "ht",
+ "tm",
+ "pbe",
+ "syscall",
+ "nx",
+ "pdpe1gb",
+ "rdtscp",
+ "lm",
+ "constant_tsc",
+ "art",
+ "arch_perfmon",
+ "pebs",
+ "bts",
+ "rep_good",
+ "nopl",
+ "xtopology",
+ "nonstop_tsc",
+ "cpuid",
+ "aperfmperf",
+ "tsc_known_freq",
+ "pni",
+ "pclmulqdq",
+ "dtes64",
+ "monitor",
+ "ds_cpl",
+ "vmx",
+ "est",
+ "tm2",
+ "ssse3",
+ "sdbg",
+ "fma",
+ "cx16",
+ "xtpr",
+ "pdcm",
+ "pcid",
+ "sse4_1",
+ "sse4_2",
+ "x2apic",
+ "movbe",
+ "popcnt",
+ "tsc_deadline_timer",
+ "aes",
+ "xsave",
+ "avx",
+ "f16c",
+ "rdrand",
+ "lahf_lm",
+ "abm",
+ "3dnowprefetch",
+ "cpuid_fault",
+ "epb",
+ "cat_l2",
+ "cdp_l2",
+ "ssbd",
+ "ibrs",
+ "ibpb",
+ "stibp",
+ "ibrs_enhanced",
+ "tpr_shadow",
+ "flexpriority",
+ "ept",
+ "vpid",
+ "ept_ad",
+ "fsgsbase",
+ "tsc_adjust",
+ "bmi1",
+ "avx2",
+ "smep",
+ "bmi2",
+ "erms",
+ "invpcid",
+ "rdt_a",
+ "avx512f",
+ "avx512dq",
+ "rdseed",
+ "adx",
+ "smap",
+ "avx512ifma",
+ "clflushopt",
+ "clwb",
+ "intel_pt",
+ "avx512cd",
+ "sha_ni",
+ "avx512bw",
+ "avx512vl",
+ "xsaveopt",
+ "xsavec",
+ "xgetbv1",
+ "xsaves",
+ "split_lock_detect",
+ "user_shstk",
+ "dtherm",
+ "ida",
+ "arat",
+ "pln",
+ "pts",
+ "hwp",
+ "hwp_notify",
+ "hwp_act_window",
+ "hwp_epp",
+ "hwp_pkg_req",
+ "vnmi",
+ "avx512vbmi",
+ "umip",
+ "pku",
+ "ospke",
+ "avx512_vbmi2",
+ "gfni",
+ "vaes",
+ "vpclmulqdq",
+ "avx512_vnni",
+ "avx512_bitalg",
+ "avx512_vpopcntdq",
+ "rdpid",
+ "movdiri",
+ "movdir64b",
+ "fsrm",
+ "avx512_vp2intersect",
+ "md_clear",
+ "ibt",
+ "flush_l1"
+ ],
+ "bugs": [
+ "spectre_v1",
+ "spectre_v2",
+ "spec_store_bypass",
+ "swapgs",
+ "eibrs_pbrsb",
+ "gds",
+ "bhi",
+ "spectre_v2_user",
+ "old_microcode",
+ "its",
+ "its_native_only"
+ ],
+ "bogo": 5606.4,
+ "cache": 12288,
+ "units": 16,
+ "physical_id": 0,
+ "siblings": 8,
+ "cores": 4,
+ "fpu": true,
+ "fpu_exception": true,
+ "cpuid_level": 27,
+ "write_protect": false,
+ "clflush_size": 64,
+ "cache_alignment": 64,
+ "address_sizes": {
+ "physical": "0x27",
+ "virtual": "0x30"
+ }
+ }
+ ],
+ "disk": [
+ {
+ "index": 36,
+ "attached_to": 30,
+ "class_list": ["disk", "block_device", "nvme"],
+ "bus_type": {
+ "hex": "0096",
+ "name": "NVME",
+ "value": 150
+ },
+ "slot": {
+ "bus": 0,
+ "number": 0
+ },
+ "base_class": {
+ "hex": "0106",
+ "name": "Mass Storage Device",
+ "value": 262
+ },
+ "sub_class": {
+ "hex": "0000",
+ "name": "Disk",
+ "value": 0
+ },
+ "vendor": {
+ "hex": "144d",
+ "value": 5197
+ },
+ "sub_vendor": {
+ "hex": "144d",
+ "value": 5197
+ },
+ "device": {
+ "hex": "a808",
+ "name": "SAMSUNG MZVLB1T0HBLR-000L7",
+ "value": 43016
+ },
+ "sub_device": {
+ "hex": "a801",
+ "value": 43009
+ },
+ "serial": "S4EMNX0R530959",
+ "model": "SAMSUNG MZVLB1T0HBLR-000L7",
+ "sysfs_id": "/class/block/nvme0n1",
+ "sysfs_bus_id": "nvme0",
+ "sysfs_device_link": "/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0",
+ "unix_device_name": "/dev/nvme0n1",
+ "unix_device_number": {
+ "type": 98,
+ "major": 259,
+ "minor": 0,
+ "range": 0
+ },
+ "unix_device_names": [
+ "/dev/disk/by-id/nvme-SAMSUNG_MZVLB1T0HBLR-000L7_S4EMNX0R530959",
+ "/dev/disk/by-id/nvme-SAMSUNG_MZVLB1T0HBLR-000L7_S4EMNX0R530959_1",
+ "/dev/disk/by-id/nvme-eui.0025388511b126ba",
+ "/dev/disk/by-path/pci-0000:04:00.0-nvme-1",
+ "/dev/nvme0n1"
+ ],
+ "resources": [
+ {
+ "type": "disk_geo",
+ "cylinders": 976762,
+ "heads": 64,
+ "sectors": 32,
+ "size": "0x0",
+ "geo_type": "logical"
+ },
+ {
+ "type": "size",
+ "unit": "sectors",
+ "value_1": 2000409264,
+ "value_2": 512
+ }
+ ],
+ "driver": "nvme",
+ "driver_module": "nvme",
+ "drivers": ["nvme"],
+ "driver_modules": ["nvme"]
+ },
+ {
+ "index": 37,
+ "attached_to": 32,
+ "class_list": ["disk", "usb", "scsi", "block_device"],
+ "bus_type": {
+ "hex": "0084",
+ "name": "SCSI",
+ "value": 132
+ },
+ "slot": {
+ "bus": 0,
+ "number": 0
+ },
+ "base_class": {
+ "hex": "0106",
+ "name": "Mass Storage Device",
+ "value": 262
+ },
+ "sub_class": {
+ "hex": "0000",
+ "name": "Disk",
+ "value": 0
+ },
+ "vendor": {
+ "hex": "0781",
+ "name": "SanDisk",
+ "value": 1921
+ },
+ "device": {
+ "hex": "5581",
+ "name": "Sandisk Ultra",
+ "value": 21889
+ },
+ "revision": {
+ "hex": "0000",
+ "name": "PMAP",
+ "value": 0
+ },
+ "serial": "AF2F00011030",
+ "model": "SanDisk Sandisk Ultra",
+ "sysfs_id": "/class/block/sda",
+ "sysfs_bus_id": "0:0:0:0",
+ "sysfs_device_link": "/devices/pci0000:00/0000:00:14.0/usb4/4-1/4-1:1.0/host0/target0:0:0/0:0:0:0",
+ "unix_device_name": "/dev/sda",
+ "unix_device_number": {
+ "type": 98,
+ "major": 8,
+ "minor": 0,
+ "range": 16
+ },
+ "unix_device_names": [
+ "/dev/disk/by-id/usb-SanDisk_Sandisk_Ultra_A20013F341FFFF01-0:0",
+ "/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0",
+ "/dev/disk/by-path/pci-0000:00:14.0-usbv3-0:1:1.0-scsi-0:0:0:0",
+ "/dev/sda"
+ ],
+ "unix_device_name2": "/dev/sg0",
+ "unix_device_number2": {
+ "type": 99,
+ "major": 21,
+ "minor": 0,
+ "range": 1
+ },
+ "resources": [
+ {
+ "type": "disk_geo",
+ "cylinders": 15120,
+ "heads": 64,
+ "sectors": 32,
+ "size": "0x0",
+ "geo_type": "logical"
+ },
+ {
+ "type": "size",
+ "unit": "sectors",
+ "value_1": 30965760,
+ "value_2": 512
+ }
+ ],
+ "driver": "usb-storage",
+ "driver_module": "usb_storage",
+ "drivers": ["sd", "usb-storage"],
+ "driver_modules": ["sd_mod", "usb_storage"],
+ "module_alias": "usb:v0781p5581d0100dc00dsc00dp00ic08isc06ip50in00"
+ }
+ ],
+ "graphics_card": [
+ {
+ "index": 31,
+ "attached_to": 0,
+ "class_list": ["graphics_card", "pci"],
+ "bus_type": {
+ "hex": "0004",
+ "name": "PCI",
+ "value": 4
+ },
+ "slot": {
+ "bus": 0,
+ "number": 2
+ },
+ "base_class": {
+ "hex": "0003",
+ "name": "Display controller",
+ "value": 3
+ },
+ "sub_class": {
+ "hex": "0000",
+ "name": "VGA compatible controller",
+ "value": 0
+ },
+ "pci_interface": {
+ "hex": "0000",
+ "name": "VGA",
+ "value": 0
+ },
+ "vendor": {
+ "hex": "8086",
+ "name": "Intel Corporation",
+ "value": 32902
+ },
+ "sub_vendor": {
+ "hex": "17aa",
+ "value": 6058
+ },
+ "device": {
+ "hex": "9a49",
+ "value": 39497
+ },
+ "sub_device": {
+ "hex": "22c9",
+ "value": 8905
+ },
+ "revision": {
+ "hex": "0001",
+ "value": 1
+ },
+ "model": "Intel VGA compatible controller",
+ "sysfs_id": "/devices/pci0000:00/0000:00:02.0",
+ "sysfs_bus_id": "0000:00:02.0",
+ "sysfs_iommu_group_id": 2,
+ "resources": [
+ {
+ "type": "io",
+ "base": 12288,
+ "range": 64,
+ "enabled": true,
+ "access": "read_write"
+ },
+ {
+ "type": "irq",
+ "base": 204,
+ "triggered": 0,
+ "enabled": true
+ },
+ {
+ "type": "mem",
+ "base": 274877906944,
+ "range": 268435456,
+ "enabled": true,
+ "access": "read_only",
+ "prefetch": "no"
+ },
+ {
+ "type": "mem",
+ "base": 413323493376,
+ "range": 16777216,
+ "enabled": true,
+ "access": "read_write",
+ "prefetch": "no"
+ },
+ {
+ "type": "mem",
+ "base": 786432,
+ "range": 131072,
+ "enabled": false,
+ "access": "read_write",
+ "prefetch": "no"
+ }
+ ],
+ "detail": {
+ "function": 0,
+ "command": 1031,
+ "header_type": 0,
+ "secondary_bus": 0,
+ "irq": 204,
+ "prog_if": 0
+ },
+ "driver": "i915",
+ "driver_module": "i915",
+ "drivers": ["i915"],
+ "driver_modules": ["i915"],
+ "module_alias": "pci:v00008086d00009A49sv000017AAsd000022C9bc03sc00i00"
+ }
+ ],
+ "hub": [
+ {
+ "index": 41,
+ "attached_to": 32,
+ "class_list": ["usb", "hub"],
+ "bus_type": {
+ "hex": "0086",
+ "name": "USB",
+ "value": 134
+ },
+ "slot": {
+ "bus": 0,
+ "number": 0
+ },
+ "base_class": {
+ "hex": "010a",
+ "name": "Hub",
+ "value": 266
+ },
+ "vendor": {
+ "hex": "1d6b",
+ "name": "Linux 6.16.4 xhci-hcd",
+ "value": 7531
+ },
+ "device": {
+ "hex": "0002",
+ "name": "xHCI Host Controller",
+ "value": 2
+ },
+ "revision": {
+ "hex": "0000",
+ "name": "6.16",
+ "value": 0
+ },
+ "serial": "0000:00:14.0",
+ "model": "Linux 6.16.4 xhci-hcd xHCI Host Controller",
+ "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0",
+ "sysfs_bus_id": "3-0:1.0",
+ "resources": [
+ {
+ "type": "baud",
+ "speed": 480000000,
+ "bits": 0,
+ "stop_bits": 0,
+ "parity": 0,
+ "handshake": 0
+ }
+ ],
+ "detail": {
+ "device_class": {
+ "hex": "0009",
+ "name": "hub",
+ "value": 9
+ },
+ "device_subclass": {
+ "hex": "0000",
+ "name": "per_interface",
+ "value": 0
+ },
+ "device_protocol": 1,
+ "interface_class": {
+ "hex": "0009",
+ "name": "hub",
+ "value": 9
+ },
+ "interface_subclass": {
+ "hex": "0000",
+ "name": "per_interface",
+ "value": 0
+ },
+ "interface_protocol": 0,
+ "interface_number": 0,
+ "interface_alternate_setting": 0
+ },
+ "hotplug": "usb",
+ "driver": "hub",
+ "driver_module": "usbcore",
+ "drivers": ["hub"],
+ "driver_modules": ["usbcore"],
+ "module_alias": "usb:v1D6Bp0002d0616dc09dsc00dp01ic09isc00ip00in00"
+ },
+ {
+ "index": 44,
+ "attached_to": 32,
+ "class_list": ["usb", "hub"],
+ "bus_type": {
+ "hex": "0086",
+ "name": "USB",
+ "value": 134
+ },
+ "slot": {
+ "bus": 0,
+ "number": 0
+ },
+ "base_class": {
+ "hex": "010a",
+ "name": "Hub",
+ "value": 266
+ },
+ "vendor": {
+ "hex": "1d6b",
+ "name": "Linux 6.16.4 xhci-hcd",
+ "value": 7531
+ },
+ "device": {
+ "hex": "0003",
+ "name": "xHCI Host Controller",
+ "value": 3
+ },
+ "revision": {
+ "hex": "0000",
+ "name": "6.16",
+ "value": 0
+ },
+ "serial": "0000:00:14.0",
+ "model": "Linux 6.16.4 xhci-hcd xHCI Host Controller",
+ "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb4/4-0:1.0",
+ "sysfs_bus_id": "4-0:1.0",
+ "detail": {
+ "device_class": {
+ "hex": "0009",
+ "name": "hub",
+ "value": 9
+ },
+ "device_subclass": {
+ "hex": "0000",
+ "name": "per_interface",
+ "value": 0
+ },
+ "device_protocol": 3,
+ "interface_class": {
+ "hex": "0009",
+ "name": "hub",
+ "value": 9
+ },
+ "interface_subclass": {
+ "hex": "0000",
+ "name": "per_interface",
+ "value": 0
+ },
+ "interface_protocol": 0,
+ "interface_number": 0,
+ "interface_alternate_setting": 0
+ },
+ "hotplug": "usb",
+ "driver": "hub",
+ "driver_module": "usbcore",
+ "drivers": ["hub"],
+ "driver_modules": ["usbcore"],
+ "module_alias": "usb:v1D6Bp0003d0616dc09dsc00dp03ic09isc00ip00in00"
+ },
+ {
+ "index": 46,
+ "attached_to": 13,
+ "class_list": ["usb", "hub"],
+ "bus_type": {
+ "hex": "0086",
+ "name": "USB",
+ "value": 134
+ },
+ "slot": {
+ "bus": 0,
+ "number": 0
+ },
+ "base_class": {
+ "hex": "010a",
+ "name": "Hub",
+ "value": 266
+ },
+ "vendor": {
+ "hex": "1d6b",
+ "name": "Linux 6.16.4 xhci-hcd",
+ "value": 7531
+ },
+ "device": {
+ "hex": "0002",
+ "name": "xHCI Host Controller",
+ "value": 2
+ },
+ "revision": {
+ "hex": "0000",
+ "name": "6.16",
+ "value": 0
+ },
+ "serial": "0000:00:0d.0",
+ "model": "Linux 6.16.4 xhci-hcd xHCI Host Controller",
+ "sysfs_id": "/devices/pci0000:00/0000:00:0d.0/usb1/1-0:1.0",
+ "sysfs_bus_id": "1-0:1.0",
+ "resources": [
+ {
+ "type": "baud",
+ "speed": 480000000,
+ "bits": 0,
+ "stop_bits": 0,
+ "parity": 0,
+ "handshake": 0
+ }
+ ],
+ "detail": {
+ "device_class": {
+ "hex": "0009",
+ "name": "hub",
+ "value": 9
+ },
+ "device_subclass": {
+ "hex": "0000",
+ "name": "per_interface",
+ "value": 0
+ },
+ "device_protocol": 1,
+ "interface_class": {
+ "hex": "0009",
+ "name": "hub",
+ "value": 9
+ },
+ "interface_subclass": {
+ "hex": "0000",
+ "name": "per_interface",
+ "value": 0
+ },
+ "interface_protocol": 0,
+ "interface_number": 0,
+ "interface_alternate_setting": 0
+ },
+ "hotplug": "usb",
+ "driver": "hub",
+ "driver_module": "usbcore",
+ "drivers": ["hub"],
+ "driver_modules": ["usbcore"],
+ "module_alias": "usb:v1D6Bp0002d0616dc09dsc00dp01ic09isc00ip00in00"
+ },
+ {
+ "index": 50,
+ "attached_to": 13,
+ "class_list": ["usb", "hub"],
+ "bus_type": {
+ "hex": "0086",
+ "name": "USB",
+ "value": 134
+ },
+ "slot": {
+ "bus": 0,
+ "number": 0
+ },
+ "base_class": {
+ "hex": "010a",
+ "name": "Hub",
+ "value": 266
+ },
+ "vendor": {
+ "hex": "1d6b",
+ "name": "Linux 6.16.4 xhci-hcd",
+ "value": 7531
+ },
+ "device": {
+ "hex": "0003",
+ "name": "xHCI Host Controller",
+ "value": 3
+ },
+ "revision": {
+ "hex": "0000",
+ "name": "6.16",
+ "value": 0
+ },
+ "serial": "0000:00:0d.0",
+ "model": "Linux 6.16.4 xhci-hcd xHCI Host Controller",
+ "sysfs_id": "/devices/pci0000:00/0000:00:0d.0/usb2/2-0:1.0",
+ "sysfs_bus_id": "2-0:1.0",
+ "detail": {
+ "device_class": {
+ "hex": "0009",
+ "name": "hub",
+ "value": 9
+ },
+ "device_subclass": {
+ "hex": "0000",
+ "name": "per_interface",
+ "value": 0
+ },
+ "device_protocol": 3,
+ "interface_class": {
+ "hex": "0009",
+ "name": "hub",
+ "value": 9
+ },
+ "interface_subclass": {
+ "hex": "0000",
+ "name": "per_interface",
+ "value": 0
+ },
+ "interface_protocol": 0,
+ "interface_number": 0,
+ "interface_alternate_setting": 0
+ },
+ "hotplug": "usb",
+ "driver": "hub",
+ "driver_module": "usbcore",
+ "drivers": ["hub"],
+ "driver_modules": ["usbcore"],
+ "module_alias": "usb:v1D6Bp0003d0616dc09dsc00dp03ic09isc00ip00in00"
+ }
+ ],
+ "memory": [
+ {
+ "index": 11,
+ "attached_to": 0,
+ "class_list": ["memory"],
+ "base_class": {
+ "hex": "0101",
+ "name": "Internally Used Class",
+ "value": 257
+ },
+ "sub_class": {
+ "hex": "0002",
+ "name": "Main Memory",
+ "value": 2
+ },
+ "model": "Main Memory",
+ "resources": [
+ {
+ "type": "mem",
+ "base": 0,
+ "range": 24909262848,
+ "enabled": true,
+ "access": "read_write",
+ "prefetch": "unknown"
+ },
+ {
+ "type": "phys_mem",
+ "range": 25769803776
+ }
+ ]
+ }
+ ],
+ "monitor": [
+ {
+ "index": 35,
+ "attached_to": 31,
+ "class_list": ["monitor"],
+ "base_class": {
+ "hex": "0100",
+ "name": "Monitor",
+ "value": 256
+ },
+ "sub_class": {
+ "hex": "0002",
+ "name": "LCD Monitor",
+ "value": 2
+ },
+ "vendor": {
+ "hex": "09e5",
+ "name": "BOE CQ",
+ "value": 2533
+ },
+ "device": {
+ "hex": "09de",
+ "value": 2526
+ },
+ "serial": "0",
+ "model": "BOE CQ LCD Monitor",
+ "resources": [
+ {
+ "type": "monitor",
+ "width": 1920,
+ "height": 1080,
+ "vertical_frequency": 60,
+ "interlaced": false
+ },
+ {
+ "type": "size",
+ "unit": "mm",
+ "value_1": 309,
+ "value_2": 174
+ }
+ ],
+ "detail": {
+ "manufacture_year": 2020,
+ "manufacture_week": 32,
+ "vertical_sync": {
+ "min": 40,
+ "max": 60
+ },
+ "horizontal_sync": {
+ "min": 74,
+ "max": 74
+ },
+ "horizontal_sync_timings": {
+ "disp": 1920,
+ "sync_start": 1968,
+ "sync_end": 2000,
+ "total": 2220
+ },
+ "vertical_sync_timings": {
+ "disp": 1080,
+ "sync_start": 1083,
+ "sync_end": 1089,
+ "total": 1240
+ },
+ "clock": 165170,
+ "width": 1920,
+ "height": 1080,
+ "width_millimetres": 309,
+ "height_millimetres": 174,
+ "horizontal_flag": 45,
+ "vertical_flag": 43,
+ "vendor": "BOE CQ",
+ "name": ""
+ },
+ "driver_info": {
+ "type": "display",
+ "width": 1920,
+ "height": 1080,
+ "vertical_sync": {
+ "min": 40,
+ "max": 60
+ },
+ "horizontal_sync": {
+ "min": 74,
+ "max": 74
+ },
+ "bandwidth": 0,
+ "horizontal_sync_timings": {
+ "disp": 1920,
+ "sync_start": 1968,
+ "sync_end": 2000,
+ "total": 2220
+ },
+ "vertical_sync_timings": {
+ "disp": 1080,
+ "sync_start": 1083,
+ "sync_end": 1089,
+ "total": 1240
+ },
+ "horizontal_flag": 45,
+ "vertical_flag": 43
+ }
+ }
+ ],
+ "mouse": [
+ {
+ "index": 55,
+ "attached_to": 0,
+ "bus_type": {
+ "hex": "0080",
+ "name": "ps2",
+ "value": 128
+ },
+ "base_class": {
+ "hex": "0118",
+ "name": "touchpad",
+ "value": 280
+ },
+ "sub_class": {
+ "hex": "0000",
+ "name": "ps2",
+ "value": 0
+ },
+ "vendor": {
+ "hex": "0002",
+ "value": 2
+ },
+ "device": {
+ "hex": "0007",
+ "value": 7
+ },
+ "sysfs_id": "/devices/platform/i8042/serio1/input/input6",
+ "unix_device_names": ["/dev/input/event7", "/dev/input/ + handler"]
+ }
+ ],
+ "network_controller": [
+ {
+ "index": 19,
+ "attached_to": 0,
+ "class_list": ["network_controller", "pci", "wlan_card"],
+ "bus_type": {
+ "hex": "0004",
+ "name": "PCI",
+ "value": 4
+ },
+ "slot": {
+ "bus": 0,
+ "number": 20
+ },
+ "base_class": {
+ "hex": "0002",
+ "name": "Network controller",
+ "value": 2
+ },
+ "sub_class": {
+ "hex": "0082",
+ "name": "WLAN controller",
+ "value": 130
+ },
+ "vendor": {
+ "hex": "8086",
+ "name": "Intel Corporation",
+ "value": 32902
+ },
+ "sub_vendor": {
+ "hex": "8086",
+ "name": "Intel Corporation",
+ "value": 32902
+ },
+ "device": {
+ "hex": "a0f0",
+ "value": 41200
+ },
+ "sub_device": {
+ "hex": "0070",
+ "value": 112
+ },
+ "revision": {
+ "hex": "0020",
+ "value": 32
+ },
+ "model": "Intel WLAN controller",
+ "sysfs_id": "/devices/pci0000:00/0000:00:14.3",
+ "sysfs_bus_id": "0000:00:14.3",
+ "sysfs_iommu_group_id": 8,
+ "unix_device_name": "wlp0s20f3",
+ "unix_device_names": ["wlp0s20f3"],
+ "resources": [
+ {
+ "type": "hwaddr",
+ "address": 101
+ },
+ {
+ "type": "irq",
+ "base": 16,
+ "triggered": 0,
+ "enabled": true
+ },
+ {
+ "type": "mem",
+ "base": 413342121984,
+ "range": 16384,
+ "enabled": true,
+ "access": "read_write",
+ "prefetch": "no"
+ },
+ {
+ "type": "phwaddr",
+ "address": 101
+ },
+ {
+ "type": "wlan",
+ "channels": [
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13",
+ "36",
+ "40",
+ "44",
+ "48",
+ "52",
+ "56",
+ "60",
+ "64",
+ "100",
+ "104",
+ "108",
+ "112",
+ "116",
+ "120",
+ "124",
+ "128",
+ "132",
+ "136",
+ "140"
+ ],
+ "frequencies": [
+ "2.412",
+ "2.417",
+ "2.422",
+ "2.427",
+ "2.432",
+ "2.437",
+ "2.442",
+ "2.447",
+ "2.452",
+ "2.457",
+ "2.462",
+ "2.467",
+ "2.472",
+ "5.18",
+ "5.2",
+ "5.22",
+ "5.24",
+ "5.26",
+ "5.28",
+ "5.3",
+ "5.32",
+ "5.5",
+ "5.52",
+ "5.54",
+ "5.56",
+ "5.58",
+ "5.6",
+ "5.62",
+ "5.64",
+ "5.66",
+ "5.68",
+ "5.7"
+ ],
+ "auth_modes": ["open", "sharedkey", "wpa-psk", "wpa-eap"],
+ "enc_modes": ["WEP40", "WEP104", "TKIP", "CCMP"]
+ }
+ ],
+ "detail": {
+ "function": 3,
+ "command": 1030,
+ "header_type": 0,
+ "secondary_bus": 0,
+ "irq": 16,
+ "prog_if": 0
+ },
+ "driver": "iwlwifi",
+ "driver_module": "iwlwifi",
+ "drivers": ["iwlwifi"],
+ "driver_modules": ["iwlwifi"],
+ "module_alias": "pci:v00008086d0000A0F0sv00008086sd00000070bc02sc80i00"
+ },
+ {
+ "index": 29,
+ "attached_to": 0,
+ "class_list": ["network_controller", "pci"],
+ "bus_type": {
+ "hex": "0004",
+ "name": "PCI",
+ "value": 4
+ },
+ "slot": {
+ "bus": 0,
+ "number": 31
+ },
+ "base_class": {
+ "hex": "0002",
+ "name": "Network controller",
+ "value": 2
+ },
+ "sub_class": {
+ "hex": "0000",
+ "name": "Ethernet controller",
+ "value": 0
+ },
+ "vendor": {
+ "hex": "8086",
+ "name": "Intel Corporation",
+ "value": 32902
+ },
+ "sub_vendor": {
+ "hex": "17aa",
+ "value": 6058
+ },
+ "device": {
+ "hex": "15fc",
+ "value": 5628
+ },
+ "sub_device": {
+ "hex": "22c9",
+ "value": 8905
+ },
+ "revision": {
+ "hex": "0020",
+ "value": 32
+ },
+ "model": "Intel Ethernet controller",
+ "sysfs_id": "/devices/pci0000:00/0000:00:1f.6",
+ "sysfs_bus_id": "0000:00:1f.6",
+ "sysfs_iommu_group_id": 12,
+ "unix_device_name": "enp0s31f6",
+ "unix_device_names": ["enp0s31f6"],
+ "resources": [
+ {
+ "type": "hwaddr",
+ "address": 102
+ },
+ {
+ "type": "irq",
+ "base": 193,
+ "triggered": 0,
+ "enabled": true
+ },
+ {
+ "type": "mem",
+ "base": 3159359488,
+ "range": 131072,
+ "enabled": true,
+ "access": "read_write",
+ "prefetch": "no"
+ },
+ {
+ "type": "phwaddr",
+ "address": 102
+ }
+ ],
+ "detail": {
+ "function": 6,
+ "command": 1030,
+ "header_type": 0,
+ "secondary_bus": 0,
+ "irq": 193,
+ "prog_if": 0
+ },
+ "driver": "e1000e",
+ "driver_module": "e1000e",
+ "drivers": ["e1000e"],
+ "driver_modules": ["e1000e"],
+ "module_alias": "pci:v00008086d000015FCsv000017AAsd000022C9bc02sc00i00"
+ }
+ ],
+ "network_interface": [
+ {
+ "index": 51,
+ "attached_to": 19,
+ "class_list": ["network_interface"],
+ "base_class": {
+ "hex": "0107",
+ "name": "Network Interface",
+ "value": 263
+ },
+ "sub_class": {
+ "hex": "0001",
+ "name": "Ethernet",
+ "value": 1
+ },
+ "model": "Ethernet network interface",
+ "sysfs_id": "/class/net/wlp0s20f3",
+ "sysfs_device_link": "/devices/pci0000:00/0000:00:14.3",
+ "unix_device_name": "wlp0s20f3",
+ "unix_device_names": ["wlp0s20f3"],
+ "resources": [
+ {
+ "type": "hwaddr",
+ "address": 101
+ },
+ {
+ "type": "phwaddr",
+ "address": 101
+ }
+ ],
+ "driver": "iwlwifi",
+ "driver_module": "iwlwifi",
+ "drivers": ["iwlwifi"],
+ "driver_modules": ["iwlwifi"]
+ },
+ {
+ "index": 52,
+ "attached_to": 29,
+ "class_list": ["network_interface"],
+ "base_class": {
+ "hex": "0107",
+ "name": "Network Interface",
+ "value": 263
+ },
+ "sub_class": {
+ "hex": "0001",
+ "name": "Ethernet",
+ "value": 1
+ },
+ "model": "Ethernet network interface",
+ "sysfs_id": "/class/net/enp0s31f6",
+ "sysfs_device_link": "/devices/pci0000:00/0000:00:1f.6",
+ "unix_device_name": "enp0s31f6",
+ "unix_device_names": ["enp0s31f6"],
+ "resources": [
+ {
+ "type": "hwaddr",
+ "address": 102
+ },
+ {
+ "type": "phwaddr",
+ "address": 102
+ }
+ ],
+ "driver": "e1000e",
+ "driver_module": "e1000e",
+ "drivers": ["e1000e"],
+ "driver_modules": ["e1000e"]
+ },
+ {
+ "index": 53,
+ "attached_to": 0,
+ "class_list": ["network_interface"],
+ "base_class": {
+ "hex": "0107",
+ "name": "Network Interface",
+ "value": 263
+ },
+ "sub_class": {
+ "hex": "0000",
+ "name": "Loopback",
+ "value": 0
+ },
+ "model": "Loopback network interface",
+ "sysfs_id": "/class/net/lo",
+ "unix_device_name": "lo",
+ "unix_device_names": ["lo"]
+ },
+ {
+ "index": 54,
+ "attached_to": 0,
+ "class_list": ["network_interface"],
+ "base_class": {
+ "hex": "0107",
+ "name": "Network Interface",
+ "value": 263
+ },
+ "sub_class": {
+ "hex": "0080",
+ "name": "Network Interface",
+ "value": 128
+ },
+ "model": "Network Interface",
+ "sysfs_id": "/class/net/wwan0",
+ "sysfs_device_link": "/devices/pci0000:00/0000:00:1c.0/0000:08:00.0/mhi0/wwan/wwan0",
+ "unix_device_name": "wwan0",
+ "unix_device_names": ["wwan0"],
+ "driver": "wwan",
+ "drivers": ["wwan"]
+ }
+ ],
+ "pci": [
+ {
+ "index": 16,
+ "attached_to": 12,
+ "class_list": ["pci", "unknown"],
+ "bus_type": {
+ "hex": "0004",
+ "name": "PCI",
+ "value": 4
+ },
+ "slot": {
+ "bus": 8,
+ "number": 0
+ },
+ "base_class": {
+ "hex": "00ff",
+ "name": "Unclassified device",
+ "value": 255
+ },
+ "vendor": {
+ "hex": "1eac",
+ "value": 7852
+ },
+ "sub_vendor": {
+ "hex": "1eac",
+ "value": 7852
+ },
+ "device": {
+ "hex": "1001",
+ "value": 4097
+ },
+ "sub_device": {
+ "hex": "2001",
+ "value": 8193
+ },
+ "model": "Unclassified device",
+ "sysfs_id": "/devices/pci0000:00/0000:00:1c.0/0000:08:00.0",
+ "sysfs_bus_id": "0000:08:00.0",
+ "sysfs_iommu_group_id": 14,
+ "resources": [
+ {
+ "type": "irq",
+ "base": 171,
+ "triggered": 0,
+ "enabled": true
+ },
+ {
+ "type": "mem",
+ "base": 3157262336,
+ "range": 4096,
+ "enabled": true,
+ "access": "read_write",
+ "prefetch": "no"
+ },
+ {
+ "type": "mem",
+ "base": 3157266432,
+ "range": 4096,
+ "enabled": true,
+ "access": "read_write",
+ "prefetch": "no"
+ }
+ ],
+ "detail": {
+ "function": 0,
+ "command": 1030,
+ "header_type": 0,
+ "secondary_bus": 0,
+ "irq": 171,
+ "prog_if": 0
+ },
+ "driver": "mhi-pci-generic",
+ "driver_module": "mhi_pci_generic",
+ "drivers": ["mhi-pci-generic"],
+ "driver_modules": ["mhi_pci_generic"],
+ "module_alias": "pci:v00001EACd00001001sv00001EACsd00002001bcFFsc00i00"
+ },
+ {
+ "index": 18,
+ "attached_to": 0,
+ "class_list": ["pci", "unknown"],
+ "bus_type": {
+ "hex": "0004",
+ "name": "PCI",
+ "value": 4
+ },
+ "slot": {
+ "bus": 0,
+ "number": 4
+ },
+ "base_class": {
+ "hex": "0011",
+ "name": "Signal processing controller",
+ "value": 17
+ },
+ "sub_class": {
+ "hex": "0080",
+ "name": "Signal processing controller",
+ "value": 128
+ },
+ "vendor": {
+ "hex": "8086",
+ "name": "Intel Corporation",
+ "value": 32902
+ },
+ "sub_vendor": {
+ "hex": "17aa",
+ "value": 6058
+ },
+ "device": {
+ "hex": "9a03",
+ "value": 39427
+ },
+ "sub_device": {
+ "hex": "22c9",
+ "value": 8905
+ },
+ "revision": {
+ "hex": "0001",
+ "value": 1
+ },
+ "model": "Intel Signal processing controller",
+ "sysfs_id": "/devices/pci0000:00/0000:00:04.0",
+ "sysfs_bus_id": "0000:00:04.0",
+ "sysfs_iommu_group_id": 4,
+ "resources": [
+ {
+ "type": "irq",
+ "base": 16,
+ "triggered": 0,
+ "enabled": true
+ },
+ {
+ "type": "mem",
+ "base": 413341843456,
+ "range": 131072,
+ "enabled": true,
+ "access": "read_write",
+ "prefetch": "no"
+ }
+ ],
+ "detail": {
+ "function": 0,
+ "command": 2,
+ "header_type": 0,
+ "secondary_bus": 0,
+ "irq": 16,
+ "prog_if": 0
+ },
+ "driver": "proc_thermal",
+ "driver_module": "processor_thermal_device_pci_legacy",
+ "drivers": ["proc_thermal"],
+ "driver_modules": ["processor_thermal_device_pci_legacy"],
+ "module_alias": "pci:v00008086d00009A03sv000017AAsd000022C9bc11sc80i00"
+ },
+ {
+ "index": 20,
+ "attached_to": 0,
+ "class_list": ["pci", "unknown"],
+ "bus_type": {
+ "hex": "0004",
+ "name": "PCI",
+ "value": 4
+ },
+ "slot": {
+ "bus": 0,
+ "number": 22
+ },
+ "base_class": {
+ "hex": "0007",
+ "name": "Communication controller",
+ "value": 7
+ },
+ "sub_class": {
+ "hex": "0080",
+ "name": "Communication controller",
+ "value": 128
+ },
+ "vendor": {
+ "hex": "8086",
+ "name": "Intel Corporation",
+ "value": 32902
+ },
+ "sub_vendor": {
+ "hex": "17aa",
+ "value": 6058
+ },
+ "device": {
+ "hex": "a0e0",
+ "value": 41184
+ },
+ "sub_device": {
+ "hex": "22c9",
+ "value": 8905
+ },
+ "revision": {
+ "hex": "0020",
+ "value": 32
+ },
+ "model": "Intel Communication controller",
+ "sysfs_id": "/devices/pci0000:00/0000:00:16.0",
+ "sysfs_bus_id": "0000:00:16.0",
+ "sysfs_iommu_group_id": 9,
+ "resources": [
+ {
+ "type": "irq",
+ "base": 137,
+ "triggered": 0,
+ "enabled": true
+ },
+ {
+ "type": "mem",
+ "base": 413342158848,
+ "range": 4096,
+ "enabled": true,
+ "access": "read_write",
+ "prefetch": "no"
+ }
+ ],
+ "detail": {
+ "function": 0,
+ "command": 1030,
+ "header_type": 0,
+ "secondary_bus": 0,
+ "irq": 137,
+ "prog_if": 0
+ },
+ "driver": "mei_me",
+ "driver_module": "mei_me",
+ "drivers": ["mei_me"],
+ "driver_modules": ["mei_me"],
+ "module_alias": "pci:v00008086d0000A0E0sv000017AAsd000022C9bc07sc80i00"
+ },
+ {
+ "index": 21,
+ "attached_to": 15,
+ "class_list": ["pci", "unknown"],
+ "bus_type": {
+ "hex": "0004",
+ "name": "PCI",
+ "value": 4
+ },
+ "slot": {
+ "bus": 10,
+ "number": 0
+ },
+ "base_class": {
+ "hex": "00ff",
+ "name": "Unclassified device",
+ "value": 255
+ },
+ "vendor": {
+ "hex": "10ec",
+ "value": 4332
+ },
+ "sub_vendor": {
+ "hex": "17aa",
+ "value": 6058
+ },
+ "device": {
+ "hex": "522a",
+ "value": 21034
+ },
+ "sub_device": {
+ "hex": "22c9",
+ "value": 8905
+ },
+ "revision": {
+ "hex": "0001",
+ "value": 1
+ },
+ "model": "Unclassified device",
+ "sysfs_id": "/devices/pci0000:00/0000:00:1c.7/0000:0a:00.0",
+ "sysfs_bus_id": "0000:0a:00.0",
+ "sysfs_iommu_group_id": 15,
+ "resources": [
+ {
+ "type": "irq",
+ "base": 170,
+ "triggered": 0,
+ "enabled": true
+ },
+ {
+ "type": "mem",
+ "base": 3156213760,
+ "range": 4096,
+ "enabled": true,
+ "access": "read_write",
+ "prefetch": "no"
+ }
+ ],
+ "detail": {
+ "function": 0,
+ "command": 1030,
+ "header_type": 0,
+ "secondary_bus": 0,
+ "irq": 170,
+ "prog_if": 0
+ },
+ "driver": "rtsx_pci",
+ "driver_module": "rtsx_pci",
+ "drivers": ["rtsx_pci"],
+ "driver_modules": ["rtsx_pci"],
+ "module_alias": "pci:v000010ECd0000522Asv000017AAsd000022C9bcFFsc00i00"
+ },
+ {
+ "index": 23,
+ "attached_to": 0,
+ "class_list": ["pci", "unknown"],
+ "bus_type": {
+ "hex": "0004",
+ "name": "PCI",
+ "value": 4
+ },
+ "slot": {
+ "bus": 0,
+ "number": 31
+ },
+ "base_class": {
+ "hex": "000c",
+ "name": "Serial bus controller",
+ "value": 12
+ },
+ "sub_class": {
+ "hex": "0080",
+ "value": 128
+ },
+ "vendor": {
+ "hex": "8086",
+ "name": "Intel Corporation",
+ "value": 32902
+ },
+ "sub_vendor": {
+ "hex": "17aa",
+ "value": 6058
+ },
+ "device": {
+ "hex": "a0a4",
+ "value": 41124
+ },
+ "sub_device": {
+ "hex": "22c9",
+ "value": 8905
+ },
+ "revision": {
+ "hex": "0020",
+ "value": 32
+ },
+ "model": "Intel Serial bus controller",
+ "sysfs_id": "/devices/pci0000:00/0000:00:1f.5",
+ "sysfs_bus_id": "0000:00:1f.5",
+ "sysfs_iommu_group_id": 12,
+ "resources": [
+ {
+ "type": "mem",
+ "base": 2692743168,
+ "range": 4096,
+ "enabled": true,
+ "access": "read_write",
+ "prefetch": "no"
+ }
+ ],
+ "detail": {
+ "function": 5,
+ "command": 1026,
+ "header_type": 0,
+ "secondary_bus": 0,
+ "irq": 0,
+ "prog_if": 0
+ },
+ "driver": "intel-spi",
+ "driver_module": "spi_intel_pci",
+ "drivers": ["intel-spi"],
+ "driver_modules": ["spi_intel_pci"],
+ "module_alias": "pci:v00008086d0000A0A4sv000017AAsd000022C9bc0Csc80i00"
+ },
+ {
+ "index": 28,
+ "attached_to": 0,
+ "class_list": ["pci", "unknown"],
+ "bus_type": {
+ "hex": "0004",
+ "name": "PCI",
+ "value": 4
+ },
+ "slot": {
+ "bus": 0,
+ "number": 20
+ },
+ "base_class": {
+ "hex": "0005",
+ "name": "Memory controller",
+ "value": 5
+ },
+ "sub_class": {
+ "hex": "0000",
+ "name": "RAM memory",
+ "value": 0
+ },
+ "vendor": {
+ "hex": "8086",
+ "name": "Intel Corporation",
+ "value": 32902
+ },
+ "sub_vendor": {
+ "hex": "17aa",
+ "value": 6058
+ },
+ "device": {
+ "hex": "a0ef",
+ "value": 41199
+ },
+ "sub_device": {
+ "hex": "22c9",
+ "value": 8905
+ },
+ "revision": {
+ "hex": "0020",
+ "value": 32
+ },
+ "model": "Intel RAM memory",
+ "sysfs_id": "/devices/pci0000:00/0000:00:14.2",
+ "sysfs_bus_id": "0000:00:14.2",
+ "sysfs_iommu_group_id": 7,
+ "resources": [
+ {
+ "type": "mem",
+ "base": 413342138368,
+ "range": 16384,
+ "enabled": false,
+ "access": "read_write",
+ "prefetch": "no"
+ },
+ {
+ "type": "mem",
+ "base": 413342162944,
+ "range": 4096,
+ "enabled": false,
+ "access": "read_write",
+ "prefetch": "no"
+ }
+ ],
+ "detail": {
+ "function": 2,
+ "command": 0,
+ "header_type": 0,
+ "secondary_bus": 0,
+ "irq": 0,
+ "prog_if": 0
+ },
+ "module_alias": "pci:v00008086d0000A0EFsv000017AAsd000022C9bc05sc00i00"
+ },
+ {
+ "index": 33,
+ "attached_to": 0,
+ "class_list": ["pci", "unknown"],
+ "bus_type": {
+ "hex": "0004",
+ "name": "PCI",
+ "value": 4
+ },
+ "slot": {
+ "bus": 0,
+ "number": 31
+ },
+ "base_class": {
+ "hex": "000c",
+ "name": "Serial bus controller",
+ "value": 12
+ },
+ "sub_class": {
+ "hex": "0005",
+ "name": "SMBus",
+ "value": 5
+ },
+ "vendor": {
+ "hex": "8086",
+ "name": "Intel Corporation",
+ "value": 32902
+ },
+ "sub_vendor": {
+ "hex": "17aa",
+ "value": 6058
+ },
+ "device": {
+ "hex": "a0a3",
+ "value": 41123
+ },
+ "sub_device": {
+ "hex": "22c9",
+ "value": 8905
+ },
+ "revision": {
+ "hex": "0020",
+ "value": 32
+ },
+ "model": "Intel SMBus",
+ "sysfs_id": "/devices/pci0000:00/0000:00:1f.4",
+ "sysfs_bus_id": "0000:00:1f.4",
+ "sysfs_iommu_group_id": 12,
+ "resources": [
+ {
+ "type": "io",
+ "base": 61344,
+ "range": 32,
+ "enabled": true,
+ "access": "read_write"
+ },
+ {
+ "type": "irq",
+ "base": 16,
+ "triggered": 0,
+ "enabled": true
+ },
+ {
+ "type": "mem",
+ "base": 413342154752,
+ "range": 256,
+ "enabled": true,
+ "access": "read_write",
+ "prefetch": "no"
+ }
+ ],
+ "detail": {
+ "function": 4,
+ "command": 3,
+ "header_type": 0,
+ "secondary_bus": 0,
+ "irq": 16,
+ "prog_if": 0
+ },
+ "driver": "i801_smbus",
+ "driver_module": "i2c_i801",
+ "drivers": ["i801_smbus"],
+ "driver_modules": ["i2c_i801"],
+ "module_alias": "pci:v00008086d0000A0A3sv000017AAsd000022C9bc0Csc05i00"
+ }
+ ],
+ "sound": [
+ {
+ "index": 25,
+ "attached_to": 0,
+ "class_list": ["sound", "pci"],
+ "bus_type": {
+ "hex": "0004",
+ "name": "PCI",
+ "value": 4
+ },
+ "slot": {
+ "bus": 0,
+ "number": 31
+ },
+ "base_class": {
+ "hex": "0004",
+ "name": "Multimedia controller",
+ "value": 4
+ },
+ "sub_class": {
+ "hex": "0003",
+ "value": 3
+ },
+ "pci_interface": {
+ "hex": "0080",
+ "value": 128
+ },
+ "vendor": {
+ "hex": "8086",
+ "name": "Intel Corporation",
+ "value": 32902
+ },
+ "sub_vendor": {
+ "hex": "17aa",
+ "value": 6058
+ },
+ "device": {
+ "hex": "a0c8",
+ "value": 41160
+ },
+ "sub_device": {
+ "hex": "22c9",
+ "value": 8905
+ },
+ "revision": {
+ "hex": "0020",
+ "value": 32
+ },
+ "model": "Intel Multimedia controller",
+ "sysfs_id": "/devices/pci0000:00/0000:00:1f.3",
+ "sysfs_bus_id": "0000:00:1f.3",
+ "sysfs_iommu_group_id": 12,
+ "resources": [
+ {
+ "type": "irq",
+ "base": 205,
+ "triggered": 0,
+ "enabled": true
+ },
+ {
+ "type": "mem",
+ "base": 413340270592,
+ "range": 1048576,
+ "enabled": true,
+ "access": "read_write",
+ "prefetch": "no"
+ },
+ {
+ "type": "mem",
+ "base": 413342105600,
+ "range": 16384,
+ "enabled": true,
+ "access": "read_write",
+ "prefetch": "no"
+ }
+ ],
+ "detail": {
+ "function": 3,
+ "command": 1030,
+ "header_type": 0,
+ "secondary_bus": 0,
+ "irq": 205,
+ "prog_if": 128
+ },
+ "driver": "sof-audio-pci-intel-tgl",
+ "driver_module": "snd_sof_pci_intel_tgl",
+ "drivers": ["sof-audio-pci-intel-tgl"],
+ "driver_modules": ["snd_sof_pci_intel_tgl"],
+ "module_alias": "pci:v00008086d0000A0C8sv000017AAsd000022C9bc04sc03i80"
+ }
+ ],
+ "storage_controller": [
+ {
+ "index": 30,
+ "attached_to": 27,
+ "class_list": ["storage_controller", "pci"],
+ "bus_type": {
+ "hex": "0004",
+ "name": "PCI",
+ "value": 4
+ },
+ "slot": {
+ "bus": 4,
+ "number": 0
+ },
+ "base_class": {
+ "hex": "0001",
+ "name": "Mass storage controller",
+ "value": 1
+ },
+ "sub_class": {
+ "hex": "0008",
+ "value": 8
+ },
+ "pci_interface": {
+ "hex": "0002",
+ "value": 2
+ },
+ "vendor": {
+ "hex": "144d",
+ "value": 5197
+ },
+ "sub_vendor": {
+ "hex": "144d",
+ "value": 5197
+ },
+ "device": {
+ "hex": "a808",
+ "value": 43016
+ },
+ "sub_device": {
+ "hex": "a801",
+ "value": 43009
+ },
+ "model": "Mass storage controller",
+ "sysfs_id": "/devices/pci0000:00/0000:00:06.0/0000:04:00.0",
+ "sysfs_bus_id": "0000:04:00.0",
+ "sysfs_iommu_group_id": 13,
+ "resources": [
+ {
+ "type": "irq",
+ "base": 16,
+ "triggered": 0,
+ "enabled": true
+ },
+ {
+ "type": "mem",
+ "base": 3158310912,
+ "range": 16384,
+ "enabled": true,
+ "access": "read_write",
+ "prefetch": "no"
+ }
+ ],
+ "detail": {
+ "function": 0,
+ "command": 1030,
+ "header_type": 0,
+ "secondary_bus": 0,
+ "irq": 16,
+ "prog_if": 2
+ },
+ "driver": "nvme",
+ "driver_module": "nvme",
+ "drivers": ["nvme"],
+ "driver_modules": ["nvme"],
+ "module_alias": "pci:v0000144Dd0000A808sv0000144Dsd0000A801bc01sc08i02"
+ }
+ ],
+ "system": {
+ "form_factor": "laptop"
+ },
+ "usb": [
+ {
+ "index": 38,
+ "attached_to": 41,
+ "class_list": ["usb", "unknown"],
+ "bus_type": {
+ "hex": "0086",
+ "name": "USB",
+ "value": 134
+ },
+ "slot": {
+ "bus": 0,
+ "number": 0
+ },
+ "base_class": {
+ "hex": "0000",
+ "name": "Unclassified device",
+ "value": 0
+ },
+ "sub_class": {
+ "hex": "0000",
+ "name": "Unclassified device",
+ "value": 0
+ },
+ "vendor": {
+ "hex": "06cb",
+ "value": 1739
+ },
+ "device": {
+ "hex": "00bd",
+ "value": 189
+ },
+ "serial": "13899f4d8720",
+ "model": "Unclassified device",
+ "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0",
+ "sysfs_bus_id": "3-3:1.0",
+ "resources": [
+ {
+ "type": "baud",
+ "speed": 12000000,
+ "bits": 0,
+ "stop_bits": 0,
+ "parity": 0,
+ "handshake": 0
+ }
+ ],
+ "detail": {
+ "device_class": {
+ "hex": "00ff",
+ "name": "vendor_spec",
+ "value": 255
+ },
+ "device_subclass": {
+ "hex": "0010",
+ "name": "audio_video",
+ "value": 16
+ },
+ "device_protocol": 255,
+ "interface_class": {
+ "hex": "00ff",
+ "name": "vendor_spec",
+ "value": 255
+ },
+ "interface_subclass": {
+ "hex": "0000",
+ "name": "per_interface",
+ "value": 0
+ },
+ "interface_protocol": 0,
+ "interface_number": 0,
+ "interface_alternate_setting": 0
+ },
+ "hotplug": "usb",
+ "module_alias": "usb:v06CBp00BDd0000dcFFdsc10dpFFicFFisc00ip00in00"
+ },
+ {
+ "index": 39,
+ "attached_to": 41,
+ "class_list": ["usb", "unknown"],
+ "bus_type": {
+ "hex": "0086",
+ "name": "USB",
+ "value": 134
+ },
+ "slot": {
+ "bus": 0,
+ "number": 0
+ },
+ "base_class": {
+ "hex": "0000",
+ "name": "Unclassified device",
+ "value": 0
+ },
+ "sub_class": {
+ "hex": "0000",
+ "name": "Unclassified device",
+ "value": 0
+ },
+ "vendor": {
+ "hex": "04f2",
+ "name": "Chicony Electronics Co., Ltd.",
+ "value": 1266
+ },
+ "device": {
+ "hex": "b6d0",
+ "name": "Integrated Camera",
+ "value": 46800
+ },
+ "revision": {
+ "hex": "0000",
+ "name": "59.18",
+ "value": 0
+ },
+ "serial": "0001",
+ "model": "Chicony Electronics Integrated Camera",
+ "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.4",
+ "sysfs_bus_id": "3-4:1.4",
+ "resources": [
+ {
+ "type": "baud",
+ "speed": 480000000,
+ "bits": 0,
+ "stop_bits": 0,
+ "parity": 0,
+ "handshake": 0
+ }
+ ],
+ "detail": {
+ "device_class": {
+ "hex": "00ef",
+ "name": "miscellaneous",
+ "value": 239
+ },
+ "device_subclass": {
+ "hex": "0002",
+ "name": "comm",
+ "value": 2
+ },
+ "device_protocol": 1,
+ "interface_class": {
+ "hex": "00fe",
+ "name": "application",
+ "value": 254
+ },
+ "interface_subclass": {
+ "hex": "0001",
+ "name": "audio",
+ "value": 1
+ },
+ "interface_protocol": 1,
+ "interface_number": 4,
+ "interface_alternate_setting": 0,
+ "interface_association": {
+ "function_class": {
+ "hex": "00fe",
+ "name": "application",
+ "value": 254
+ },
+ "function_subclass": {
+ "hex": "0001",
+ "name": "audio",
+ "value": 1
+ },
+ "function_protocol": 0,
+ "interface_count": 1,
+ "first_interface": 4
+ }
+ },
+ "hotplug": "usb",
+ "module_alias": "usb:v04F2pB6D0d5918dcEFdsc02dp01icFEisc01ip01in04"
+ }
+ ],
+ "usb_controller": [
+ {
+ "index": 13,
+ "attached_to": 0,
+ "class_list": ["usb_controller", "pci"],
+ "bus_type": {
+ "hex": "0004",
+ "name": "PCI",
+ "value": 4
+ },
+ "slot": {
+ "bus": 0,
+ "number": 13
+ },
+ "base_class": {
+ "hex": "000c",
+ "name": "Serial bus controller",
+ "value": 12
+ },
+ "sub_class": {
+ "hex": "0003",
+ "name": "USB Controller",
+ "value": 3
+ },
+ "pci_interface": {
+ "hex": "0030",
+ "value": 48
+ },
+ "vendor": {
+ "hex": "8086",
+ "name": "Intel Corporation",
+ "value": 32902
+ },
+ "sub_vendor": {
+ "hex": "17aa",
+ "value": 6058
+ },
+ "device": {
+ "hex": "9a13",
+ "value": 39443
+ },
+ "sub_device": {
+ "hex": "22c9",
+ "value": 8905
+ },
+ "revision": {
+ "hex": "0001",
+ "value": 1
+ },
+ "model": "Intel USB Controller",
+ "sysfs_id": "/devices/pci0000:00/0000:00:0d.0",
+ "sysfs_bus_id": "0000:00:0d.0",
+ "sysfs_iommu_group_id": 6,
+ "resources": [
+ {
+ "type": "irq",
+ "base": 129,
+ "triggered": 0,
+ "enabled": true
+ },
+ {
+ "type": "mem",
+ "base": 413342040064,
+ "range": 65536,
+ "enabled": true,
+ "access": "read_write",
+ "prefetch": "no"
+ }
+ ],
+ "detail": {
+ "function": 0,
+ "command": 1030,
+ "header_type": 0,
+ "secondary_bus": 0,
+ "irq": 129,
+ "prog_if": 48
+ },
+ "driver": "xhci_hcd",
+ "driver_module": "xhci_pci",
+ "drivers": ["xhci_hcd"],
+ "driver_modules": ["xhci_pci"],
+ "module_alias": "pci:v00008086d00009A13sv000017AAsd000022C9bc0Csc03i30"
+ },
+ {
+ "index": 24,
+ "attached_to": 0,
+ "class_list": ["usb_controller", "pci"],
+ "bus_type": {
+ "hex": "0004",
+ "name": "PCI",
+ "value": 4
+ },
+ "slot": {
+ "bus": 0,
+ "number": 13
+ },
+ "base_class": {
+ "hex": "000c",
+ "name": "Serial bus controller",
+ "value": 12
+ },
+ "sub_class": {
+ "hex": "0003",
+ "name": "USB Controller",
+ "value": 3
+ },
+ "pci_interface": {
+ "hex": "0040",
+ "value": 64
+ },
+ "vendor": {
+ "hex": "8086",
+ "name": "Intel Corporation",
+ "value": 32902
+ },
+ "sub_vendor": {
+ "hex": "17aa",
+ "value": 6058
+ },
+ "device": {
+ "hex": "9a1d",
+ "value": 39453
+ },
+ "sub_device": {
+ "hex": "22c9",
+ "value": 8905
+ },
+ "revision": {
+ "hex": "0001",
+ "value": 1
+ },
+ "model": "Intel USB Controller",
+ "sysfs_id": "/devices/pci0000:00/0000:00:0d.3",
+ "sysfs_bus_id": "0000:00:0d.3",
+ "sysfs_iommu_group_id": 6,
+ "resources": [
+ {
+ "type": "irq",
+ "base": 16,
+ "triggered": 0,
+ "enabled": true
+ },
+ {
+ "type": "mem",
+ "base": 413341319168,
+ "range": 262144,
+ "enabled": true,
+ "access": "read_write",
+ "prefetch": "no"
+ },
+ {
+ "type": "mem",
+ "base": 413342167040,
+ "range": 4096,
+ "enabled": true,
+ "access": "read_write",
+ "prefetch": "no"
+ }
+ ],
+ "detail": {
+ "function": 3,
+ "command": 1031,
+ "header_type": 0,
+ "secondary_bus": 0,
+ "irq": 16,
+ "prog_if": 64
+ },
+ "driver": "thunderbolt",
+ "driver_module": "thunderbolt",
+ "drivers": ["thunderbolt"],
+ "driver_modules": ["thunderbolt"],
+ "module_alias": "pci:v00008086d00009A1Dsv000017AAsd000022C9bc0Csc03i40"
+ },
+ {
+ "index": 32,
+ "attached_to": 0,
+ "class_list": ["usb_controller", "pci"],
+ "bus_type": {
+ "hex": "0004",
+ "name": "PCI",
+ "value": 4
+ },
+ "slot": {
+ "bus": 0,
+ "number": 20
+ },
+ "base_class": {
+ "hex": "000c",
+ "name": "Serial bus controller",
+ "value": 12
+ },
+ "sub_class": {
+ "hex": "0003",
+ "name": "USB Controller",
+ "value": 3
+ },
+ "pci_interface": {
+ "hex": "0030",
+ "value": 48
+ },
+ "vendor": {
+ "hex": "8086",
+ "name": "Intel Corporation",
+ "value": 32902
+ },
+ "sub_vendor": {
+ "hex": "17aa",
+ "value": 6058
+ },
+ "device": {
+ "hex": "a0ed",
+ "value": 41197
+ },
+ "sub_device": {
+ "hex": "22c9",
+ "value": 8905
+ },
+ "revision": {
+ "hex": "0020",
+ "value": 32
+ },
+ "model": "Intel USB Controller",
+ "sysfs_id": "/devices/pci0000:00/0000:00:14.0",
+ "sysfs_bus_id": "0000:00:14.0",
+ "sysfs_iommu_group_id": 7,
+ "resources": [
+ {
+ "type": "irq",
+ "base": 138,
+ "triggered": 0,
+ "enabled": true
+ },
+ {
+ "type": "mem",
+ "base": 413341974528,
+ "range": 65536,
+ "enabled": true,
+ "access": "read_write",
+ "prefetch": "no"
+ }
+ ],
+ "detail": {
+ "function": 0,
+ "command": 1030,
+ "header_type": 0,
+ "secondary_bus": 0,
+ "irq": 138,
+ "prog_if": 48
+ },
+ "driver": "xhci_hcd",
+ "driver_module": "xhci_pci",
+ "drivers": ["xhci_hcd"],
+ "driver_modules": ["xhci_pci"],
+ "module_alias": "pci:v00008086d0000A0EDsv000017AAsd000022C9bc0Csc03i30"
+ },
+ {
+ "index": 34,
+ "attached_to": 0,
+ "class_list": ["usb_controller", "pci"],
+ "bus_type": {
+ "hex": "0004",
+ "name": "PCI",
+ "value": 4
+ },
+ "slot": {
+ "bus": 0,
+ "number": 13
+ },
+ "base_class": {
+ "hex": "000c",
+ "name": "Serial bus controller",
+ "value": 12
+ },
+ "sub_class": {
+ "hex": "0003",
+ "name": "USB Controller",
+ "value": 3
+ },
+ "pci_interface": {
+ "hex": "0040",
+ "value": 64
+ },
+ "vendor": {
+ "hex": "8086",
+ "name": "Intel Corporation",
+ "value": 32902
+ },
+ "sub_vendor": {
+ "hex": "17aa",
+ "value": 6058
+ },
+ "device": {
+ "hex": "9a1b",
+ "value": 39451
+ },
+ "sub_device": {
+ "hex": "22c9",
+ "value": 8905
+ },
+ "revision": {
+ "hex": "0001",
+ "value": 1
+ },
+ "model": "Intel USB Controller",
+ "sysfs_id": "/devices/pci0000:00/0000:00:0d.2",
+ "sysfs_bus_id": "0000:00:0d.2",
+ "sysfs_iommu_group_id": 6,
+ "resources": [
+ {
+ "type": "irq",
+ "base": 16,
+ "triggered": 0,
+ "enabled": true
+ },
+ {
+ "type": "mem",
+ "base": 413341581312,
+ "range": 262144,
+ "enabled": true,
+ "access": "read_write",
+ "prefetch": "no"
+ },
+ {
+ "type": "mem",
+ "base": 413342171136,
+ "range": 4096,
+ "enabled": true,
+ "access": "read_write",
+ "prefetch": "no"
+ }
+ ],
+ "detail": {
+ "function": 2,
+ "command": 1031,
+ "header_type": 0,
+ "secondary_bus": 0,
+ "irq": 16,
+ "prog_if": 64
+ },
+ "driver": "thunderbolt",
+ "driver_module": "thunderbolt",
+ "drivers": ["thunderbolt"],
+ "driver_modules": ["thunderbolt"],
+ "module_alias": "pci:v00008086d00009A1Bsv000017AAsd000022C9bc0Csc03i40"
+ }
+ ]
+ },
+ "smbios": {
+ "bios": {
+ "handle": 16,
+ "vendor": "LENOVO",
+ "version": "N34ET62W (1.62 )",
+ "date": "04/29/2024",
+ "features": [
+ "PCI supported",
+ "PnP supported",
+ "BIOS flashable",
+ "BIOS shadowing allowed",
+ "CD boot supported",
+ "Selectable boot supported",
+ "EDD spec supported",
+ "720kB Floppy supported",
+ "Print Screen supported",
+ "8042 Keyboard Services supported",
+ "Serial Services supported",
+ "Printer Services supported",
+ "CGA/Mono Video supported",
+ "ACPI supported",
+ "USB Legacy supported",
+ "BIOS Boot Spec supported"
+ ],
+ "start_address": "0xe0000",
+ "rom_size": 16777216
+ },
+ "board": {
+ "handle": 18,
+ "manufacturer": "LENOVO",
+ "product": "20W0S09000",
+ "version": "SDK0K17763 WIN",
+ "board_type": {
+ "hex": "000a",
+ "name": "Motherboard",
+ "value": 10
+ },
+ "features": ["Hosting Board", "Replaceable"],
+ "location": "Not Available",
+ "chassis": 19
+ },
+ "cache": [
+ {
+ "handle": 11,
+ "socket": "L1 Cache",
+ "size_max": 192,
+ "size_current": 192,
+ "speed": 0,
+ "mode": {
+ "hex": "0001",
+ "name": "Write Back",
+ "value": 1
+ },
+ "enabled": true,
+ "location": {
+ "hex": "0000",
+ "name": "Internal",
+ "value": 0
+ },
+ "socketed": false,
+ "level": 0,
+ "ecc": {
+ "hex": "0004",
+ "name": "Parity",
+ "value": 4
+ },
+ "cache_type": {
+ "hex": "0004",
+ "name": "Data",
+ "value": 4
+ },
+ "associativity": {
+ "hex": "0009",
+ "name": "Other",
+ "value": 9
+ },
+ "sram_type_current": ["Synchronous"],
+ "sram_type_supported": ["Synchronous"]
+ },
+ {
+ "handle": 12,
+ "socket": "L1 Cache",
+ "size_max": 128,
+ "size_current": 128,
+ "speed": 0,
+ "mode": {
+ "hex": "0001",
+ "name": "Write Back",
+ "value": 1
+ },
+ "enabled": true,
+ "location": {
+ "hex": "0000",
+ "name": "Internal",
+ "value": 0
+ },
+ "socketed": false,
+ "level": 0,
+ "ecc": {
+ "hex": "0004",
+ "name": "Parity",
+ "value": 4
+ },
+ "cache_type": {
+ "hex": "0003",
+ "name": "Instruction",
+ "value": 3
+ },
+ "associativity": {
+ "hex": "0007",
+ "name": "8-way Set-Associative",
+ "value": 7
+ },
+ "sram_type_current": ["Synchronous"],
+ "sram_type_supported": ["Synchronous"]
+ },
+ {
+ "handle": 13,
+ "socket": "L2 Cache",
+ "size_max": 5120,
+ "size_current": 5120,
+ "speed": 0,
+ "mode": {
+ "hex": "0001",
+ "name": "Write Back",
+ "value": 1
+ },
+ "enabled": true,
+ "location": {
+ "hex": "0000",
+ "name": "Internal",
+ "value": 0
+ },
+ "socketed": false,
+ "level": 1,
+ "ecc": {
+ "hex": "0005",
+ "name": "Single-bit",
+ "value": 5
+ },
+ "cache_type": {
+ "hex": "0005",
+ "name": "Unified",
+ "value": 5
+ },
+ "associativity": {
+ "hex": "0001",
+ "name": "Other",
+ "value": 1
+ },
+ "sram_type_current": ["Synchronous"],
+ "sram_type_supported": ["Synchronous"]
+ },
+ {
+ "handle": 14,
+ "socket": "L3 Cache",
+ "size_max": 12288,
+ "size_current": 12288,
+ "speed": 0,
+ "mode": {
+ "hex": "0001",
+ "name": "Write Back",
+ "value": 1
+ },
+ "enabled": true,
+ "location": {
+ "hex": "0000",
+ "name": "Internal",
+ "value": 0
+ },
+ "socketed": false,
+ "level": 2,
+ "ecc": {
+ "hex": "0006",
+ "name": "Multi-bit",
+ "value": 6
+ },
+ "cache_type": {
+ "hex": "0005",
+ "name": "Unified",
+ "value": 5
+ },
+ "associativity": {
+ "hex": "0009",
+ "name": "Other",
+ "value": 9
+ },
+ "sram_type_current": ["Synchronous"],
+ "sram_type_supported": ["Synchronous"]
+ }
+ ],
+ "chassis": [
+ {
+ "handle": 19,
+ "manufacturer": "LENOVO",
+ "version": "None",
+ "chassis_type": {
+ "hex": "000a",
+ "name": "Notebook",
+ "value": 10
+ },
+ "lock_present": false,
+ "bootup_state": {
+ "hex": "0002",
+ "name": "Unknown",
+ "value": 2
+ },
+ "power_state": {
+ "hex": "0002",
+ "name": "Unknown",
+ "value": 2
+ },
+ "thermal_state": {
+ "hex": "0002",
+ "name": "Unknown",
+ "value": 2
+ },
+ "security_state": {
+ "hex": "0002",
+ "name": "Unknown",
+ "value": 2
+ },
+ "oem": "0x0"
+ }
+ ],
+ "config": {
+ "handle": 24
+ },
+ "group_associations": [
+ {
+ "handle": 33,
+ "power": {
+ "hex": "0000",
+ "name": "Disabled",
+ "value": 0
+ },
+ "keyboard": {
+ "hex": "0002",
+ "name": "Not Implemented",
+ "value": 2
+ },
+ "admin": {
+ "hex": "0000",
+ "name": "Disabled",
+ "value": 0
+ },
+ "reset": {
+ "hex": "0002",
+ "name": "Not Implemented",
+ "value": 2
+ }
+ },
+ {
+ "handle": 35,
+ "name": "$MEI",
+ "handles": [0]
+ }
+ ],
+ "language": [
+ {
+ "handle": 25,
+ "languages": ["en-US"]
+ }
+ ],
+ "memory_array": [
+ {
+ "handle": 0,
+ "location": {
+ "hex": "0003",
+ "name": "Motherboard",
+ "value": 3
+ },
+ "usage": {
+ "hex": "0003",
+ "name": "System memory",
+ "value": 3
+ },
+ "ecc": {
+ "hex": "0003",
+ "name": "None",
+ "value": 3
+ },
+ "max_size": "0x4000000",
+ "error_handle": 65534,
+ "slots": 2
+ }
+ ],
+ "memory_array_mapped_address": [
+ {
+ "handle": 3,
+ "array_handle": 0,
+ "start_address": "0x0",
+ "end_address": "0x600000000",
+ "part_width": 2
+ }
+ ],
+ "memory_device": [
+ {
+ "handle": 1,
+ "location": "Controller0-ChannelA",
+ "bank_location": "BANK 0",
+ "manufacturer": "Micron Technology",
+ "part_number": "4ATS2G64HZ-3G2B1",
+ "array_handle": 0,
+ "error_handle": 65534,
+ "width": 64,
+ "ecc_bits": 0,
+ "size": 16777216,
+ "form_factor": {
+ "hex": "000d",
+ "name": "SODIMM",
+ "value": 13
+ },
+ "set": 0,
+ "memory_type": {
+ "hex": "001a",
+ "name": "Other",
+ "value": 26
+ },
+ "memory_type_details": ["Synchronous"],
+ "speed": 3200
+ },
+ {
+ "handle": 2,
+ "location": "Controller1-ChannelA-DIMM0",
+ "bank_location": "BANK 0",
+ "manufacturer": "SK Hynix",
+ "part_number": "HMAA1GS6CJR6N-XN",
+ "array_handle": 0,
+ "error_handle": 65534,
+ "width": 64,
+ "ecc_bits": 0,
+ "size": 8388608,
+ "form_factor": {
+ "hex": "000d",
+ "name": "SODIMM",
+ "value": 13
+ },
+ "set": 0,
+ "memory_type": {
+ "hex": "001a",
+ "name": "Other",
+ "value": 26
+ },
+ "memory_type_details": ["Synchronous"],
+ "speed": 3200
+ }
+ ],
+ "memory_error": [
+ {
+ "handle": 37,
+ "error_type": {
+ "hex": "0003",
+ "name": "OK",
+ "value": 3
+ },
+ "granularity": {
+ "hex": "0002",
+ "name": "Unknown",
+ "value": 2
+ },
+ "operation": {
+ "hex": "0002",
+ "name": "Unknown",
+ "value": 2
+ },
+ "syndrome": 0,
+ "array_address": "0x80000000",
+ "device_address": "0x80000000",
+ "range": 2147483648
+ }
+ ],
+ "pointing_device": [
+ {
+ "handle": 38,
+ "mouse_type": {
+ "hex": "0005",
+ "name": "Track Point",
+ "value": 5
+ },
+ "interface": {
+ "hex": "0004",
+ "name": "PS/2",
+ "value": 4
+ },
+ "buttons": 3
+ },
+ {
+ "handle": 39,
+ "mouse_type": {
+ "hex": "0007",
+ "name": "Touch Pad",
+ "value": 7
+ },
+ "interface": {
+ "hex": "0004",
+ "name": "PS/2",
+ "value": 4
+ },
+ "buttons": 2
+ }
+ ],
+ "port_connector": [
+ {
+ "handle": 20,
+ "port_type": {
+ "hex": "0010",
+ "name": "USB",
+ "value": 16
+ },
+ "internal_reference_designator": "Not Available",
+ "external_connector_type": {
+ "hex": "0012",
+ "name": "Access Bus [USB]",
+ "value": 18
+ },
+ "external_reference_designator": "USB 1"
+ },
+ {
+ "handle": 21,
+ "port_type": {
+ "hex": "0010",
+ "name": "USB",
+ "value": 16
+ },
+ "internal_reference_designator": "Not Available",
+ "external_connector_type": {
+ "hex": "0012",
+ "name": "Access Bus [USB]",
+ "value": 18
+ },
+ "external_reference_designator": "USB 2"
+ },
+ {
+ "handle": 22,
+ "port_type": {
+ "hex": "001d",
+ "name": "Audio Port",
+ "value": 29
+ },
+ "internal_reference_designator": "Not Available",
+ "external_connector_type": {
+ "hex": "001f",
+ "name": "Mini-jack [headphones]",
+ "value": 31
+ },
+ "external_reference_designator": "Headphone/Microphone Combo Jack1"
+ }
+ ],
+ "processor": [
+ {
+ "handle": 15,
+ "socket": "U3E1",
+ "socket_type": {
+ "hex": "0001",
+ "name": "Other",
+ "value": 1
+ },
+ "socket_populated": true,
+ "manufacturer": "Intel(R) Corporation",
+ "version": "11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz",
+ "part": "None",
+ "processor_type": {
+ "hex": "0003",
+ "name": "CPU",
+ "value": 3
+ },
+ "processor_family": {
+ "hex": "00c6",
+ "name": "Other",
+ "value": 198
+ },
+ "processor_status": {
+ "hex": "0001",
+ "name": "Enabled",
+ "value": 1
+ },
+ "clock_ext": 100,
+ "clock_max": 2800,
+ "cache_handle_l1": 12,
+ "cache_handle_l2": 13,
+ "cache_handle_l3": 14
+ }
+ ],
+ "slot": [
+ {
+ "handle": 23,
+ "designation": "SimCard Slot",
+ "slot_type": {
+ "hex": "0001",
+ "name": "Other",
+ "value": 1
+ },
+ "bus_width": {
+ "hex": "0001",
+ "name": "Other",
+ "value": 1
+ },
+ "usage": {
+ "hex": "0003",
+ "name": "Available",
+ "value": 3
+ },
+ "length": {
+ "hex": "0001",
+ "name": "Other",
+ "value": 1
+ },
+ "id": 0
+ }
+ ],
+ "system": {
+ "handle": 17,
+ "manufacturer": "LENOVO",
+ "product": "20W0S09000",
+ "version": "ThinkPad T14 Gen 2i",
+ "wake_up": {
+ "hex": "0006",
+ "name": "Power Switch",
+ "value": 6
+ }
+ }
+ }
+}
diff --git a/kj-laptop01/secrets.yaml b/kj-laptop01/secrets.yaml
new file mode 100644
index 0000000..6941857
--- /dev/null
+++ b/kj-laptop01/secrets.yaml
@@ -0,0 +1,28 @@
+kj_hashed_password: ENC[AES256_GCM,data:oBXnSVctLZOEulvaKQlQcWznTlaUViS5u2c6kyKaDCQVQ+wColZqnEeVxvAw3l/1+PkdfxwsojP9ldjJZAoCnnlBs0WoLCsN7A==,iv:hANLxQSqnwd7J+WpIpPz0j5ZV/k0ksdvxARsTq8U2B8=,tag:in8ALpLpBvyDvX/+ZUCxhg==,type:str]
+luks_passphrase: ENC[AES256_GCM,data:1HVj/AKohfIkZjzrsJd/S+jG,iv:WSEbPjLUDLsHgR3LdexNRbXOFpCCec0JJy8VnrMy5s8=,tag:/79ZayGOdZb0+tuWPpwbxw==,type:str]
+ssh_host_key_ed25519: ENC[AES256_GCM,data:GYcBJqP05QNpFYpZkhomJzFL48SfE+YwmaWeyLPf1c1XQHXKRkUqsAnfsWOrWY+Jkur4ILfUr0iKaWAKEz7Cci+wzYErffBt0awAL93JsUuzlEQEIPepnPrORdrGKMuQn5ipNzSi+dVzuCk7q+z/ZuQWnK6g/xEE+LUfonCRczhCdG6BhB9qM/5fmpRR3y5K3qCJn+FkoENVvB+TBEDQsofttSK9K8mYbsfYdY+lzv6A3Ax2EFlipFDBR6tO5skkDdi8O6TAPdVtHJNLW0mLG2RaF3npSLUzJvJ1/6KjzWGSbFM2eJfEVniF46MuFtcy9ku4D9AYgxmmkmtEoasKHfPg9ucGBh4HXZstzUaPO010wO8BCAB626UkdoAUYAaTKzal9vxfjRuhtaMYMLphaZqQ1+azM2aZkmoymWbvmb/rFjZcYtsq6OY4ivjadhw/An3Lwdo6MdW0Xycn87CYX1pJzTwNCVxbNMmtAkdPeeOKRUP35FfHpor1YXllb1UPPCcfglt1MlQAPx+nog05,iv:P5jP5N7+dAOLnuV3TP2Vg9O86CuQJzCWsmquhjJTVWg=,tag:BLV1tM1awyfY06kpY4c0jw==,type:str]
+ssh_host_key_rsa: ENC[AES256_GCM,data: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,iv:Tj1/3zP3D/3T6LjpkMYb7aebixmcctOT/cuO9mLMoUw=,tag:BI22/6vv6Ey8L3639aVJ4Q==,type:str]
+sops:
+ age:
+ - recipient: age10gj7wx2syxd9xtt032xxrvtz9hcpnh5xfhzdaaw8qztt6xt6jyrqme3pdp
+ enc: |
+ -----BEGIN AGE ENCRYPTED FILE-----
+ YWdlLWVuY3J5cHRpb24ub3JnL3YxCi0+IFgyNTUxOSB1Rnh2TjY5YkxDeldnNHB4
+ VzJjazRORnFBWWNWdkI4Rm5LOGFYTDRITm5RCkh0dUpySmZhdG8xYXhNSnRXaUhk
+ SlNub2FMM2gzb3BzN1d0RzVwTjZxQk0KLS0tIG9Da0IrYWUxVFRCdFBtWHAybUVO
+ aGNoeFhvUGc1ME9CSno1T1BUQWsxOUEKVV/EGdulVldaqjmgqVgybTAVA8un/IcZ
+ oy95TzamDs1rztz9oA71bSYc6YawdDuMAr3NUJobPzBOGDE7DlzIQw==
+ -----END AGE ENCRYPTED FILE-----
+ - recipient: age1dlhywyz63uyyv5z2w6mhax7dcn37akymy2e4ujcdppf85hr3ccrqgwpqmu
+ enc: |
+ -----BEGIN AGE ENCRYPTED FILE-----
+ YWdlLWVuY3J5cHRpb24ub3JnL3YxCi0+IFgyNTUxOSA1dkFLOXBoaEFRUHkyajNv
+ ODRtR2k3aU1RT051cGIzMWN0SkFJZkJPaG1RCnFsS3FVa3NwSHBZcHl5MTIvVFFm
+ OGxDY1hMbHFicG1YOWxBRmdISkFxVUUKLS0tIDlRVVZSMUJNcVVNWWNRdHB6U1Ex
+ SW02NGZkTlRzWEIzNFZFOVJGdG9JMk0KxuvdafYhE6v4tl/JlnfbYoXK4AzEKGAW
+ 8909LJVUMLeY8acGB5SNBxo14rvTjd4Hfnmc6W516Ujq+fzapl3pkA==
+ -----END AGE ENCRYPTED FILE-----
+ lastmodified: "2025-09-06T06:39:26Z"
+ mac: ENC[AES256_GCM,data:8DajcLNYlo/Ur0mcK1XXekUOUIM72WNMVGJcr/j0QdHkSA5C7Xqcrs+8PKIUdkr0NUPZ0nSBlKwMoB7EAlgLOnP7su0Xe3zHOatmS8U//gAA5RvI3YgjC5fw3BIqpiy/xtPyhCf3yR7U1SGUZvmlvgDuBX6CKTYxvasgfO5MAkU=,iv:tWNbnHXSUVJKfewpTCAN5nWnoSTUjl0atQpsLWP84zk=,tag:1BQaudIl3CbWtNBLa42N3A==,type:str]
+ unencrypted_suffix: _unencrypted
+ version: 3.10.2