config

NixOS config
Log | Files | Refs | README | LICENSE

commit 69d34b98e6babb2e67067fdf482d2e86f4e6fa29 (tree)
parent c8d3565c4b3d291d8841dfed1a4d408070c4889b
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Thu,  6 Feb 2025 21:31:26 +0200

tpu

Diffstat:
Mhosts/fwminex/configuration.nix | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix @@ -384,15 +384,15 @@ in hostname = "r1.jakstys.lt"; settings = { detectors = { - #coral = { - # type = "edgetpu"; - # device = "usb"; - # enabled = false; - #}; - cpu = { - type = "cpu"; + coral = { + type = "edgetpu"; + device = "usb"; enabled = false; }; + #cpu = { + # type = "cpu"; + # enabled = false; + #}; }; record = { enabled = true;