feat(x1): add piper support and enable ratbagd service
Add the `piper` package to the build and enable the `ratbagd` service for managing gaming mice. This enhances device compatibility and configuration options.
This commit is contained in:
parent
b7ae1732f2
commit
3087b5360b
|
@ -34,8 +34,11 @@ with lib.metacfg;
|
||||||
k9s
|
k9s
|
||||||
attic-client
|
attic-client
|
||||||
ollama
|
ollama
|
||||||
|
piper
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.ratbagd.enable = true;
|
||||||
|
|
||||||
services.resolved.enable = true;
|
services.resolved.enable = true;
|
||||||
services.resolved.dnssec = "allow-downgrade";
|
services.resolved.dnssec = "allow-downgrade";
|
||||||
services.resolved.extraConfig = ''
|
services.resolved.extraConfig = ''
|
||||||
|
|
Loading…
Reference in a new issue