Compare commits
2 Commits
dd9776bae7
...
54fb3c36fe
Author | SHA1 | Date | |
---|---|---|---|
54fb3c36fe | |||
7972bdef6a |
@ -90,7 +90,7 @@
|
|||||||
|
|
||||||
services.avahi = {
|
services.avahi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nssmdns = true;
|
nssmdns4 = true;
|
||||||
publish = {
|
publish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
addresses = true;
|
addresses = true;
|
||||||
@ -180,7 +180,11 @@
|
|||||||
fontconfig
|
fontconfig
|
||||||
glibc
|
glibc
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
|
sg3_utils
|
||||||
];
|
];
|
||||||
|
services.udev.extraRules = ''
|
||||||
|
ACTION=="add", ATTRS{idProduct}=="1500", ATTRS{idVendor}=="05ac", DRIVERS=="usb", RUN+="${pkgs.sg3_utils}/bin/sg_raw /dev/$kernel EA 00 00 00 00 00 01"
|
||||||
|
'';
|
||||||
|
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user