This commit is contained in:
randogoth 2026-02-09 20:40:33 +02:00
parent 6e834ed5a3
commit f173501bab

View file

@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
services = {
@ -14,11 +14,11 @@
};
tod = {
enable = true;
driver = {
driver = [
pkgs.libfprint-2-tod1-goodix
pkgs.libfprint-2-tod1-elan
pkgs.libfprint-2-tod1-goodix-550a
};
];
};
};
openssh.enable = true;