mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(motion): logistics webcam
but also disable for now
This commit is contained in:
parent
6b3ba157a4
commit
33b18bc348
3 changed files with 31 additions and 5 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue