ThinkPad T14 G2 AMD -> P14s G6 AMD

This commit is contained in:
Sergei Poljanski 2026-05-07 17:55:07 +03:00
commit 5fbe4e306f
Signed by: asxpi
GPG key ID: 4F8851660FA4121B
13 changed files with 226 additions and 62 deletions

View file

@ -2,6 +2,8 @@
{ config, pkgs, lib, ... }:
{
imports = [ ./private/ssh-hosts.nix ];
# GPG agent
programs.gnupg.agent = {
enable = true;
@ -49,6 +51,8 @@
# Enable the OpenSSH daemon.
# services.openssh.enable = true;
# SSH client extraConfig is provided by ./private/ssh-hosts.nix
# Enable fwupd service
services.fwupd.enable = true;