starship
This commit is contained in:
parent
37b1bde546
commit
b0d2058ed5
4 changed files with 59 additions and 7 deletions
|
|
@ -57,6 +57,8 @@
|
|||
services.udev.extraRules = ''
|
||||
# ACTION=="add", SUBSYSTEM=="backlight", RUN+="${pkgs.coreutils}/bin/chgrp video /sys/class/backlight/%k/brightness"
|
||||
# ACTION=="add", SUBSYSTEM=="backlight", RUN+="${pkgs.coreutils}/bin/chmod g+w /sys/class/backlight/%k/brightness"
|
||||
|
||||
ACTION=="add|change", SUBSYSTEM=="usb", DRIVERS=="usb", ATTRS{idVendor}=="32ac", ATTRS{idProduct}=="0012", ATTR{power/wakeup}="disabled"
|
||||
'';
|
||||
|
||||
services.fprintd.enable = true;
|
||||
|
|
|
|||
|
|
@ -35,8 +35,8 @@
|
|||
"compression=zstd"
|
||||
"background_compression=zstd"
|
||||
"discard"
|
||||
"fsck"
|
||||
"fix_errors"
|
||||
# "fsck"
|
||||
# "fix_errors"
|
||||
];
|
||||
mountpoint = "/";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue