fix(motion): logistics webcam

but also disable for now
This commit is contained in:
arcnmx 2024-09-17 10:56:40 -07:00
parent 6b3ba157a4
commit 33b18bc348
3 changed files with 31 additions and 5 deletions

View file

@ -38,6 +38,7 @@ in {
mouse.naturalScrolling = config.services.libinput.touchpad.naturalScrolling;
};
programs.firefox.enable = true;
services.motion.cameras.webcam.enable = false;
services.printing.enable = true;
@ -52,8 +53,6 @@ in {
};
environment.systemPackages = [
# XXX: currently broken in nixpkgs
# pkgs.cura-octoprint
];
users.users.logistics = {