fix: enable fwupd service
This commit is contained in:
parent
f4d0a6b551
commit
e7c4e520e7
2 changed files with 6 additions and 2 deletions
|
@ -26,6 +26,9 @@
|
|||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
httrack
|
||||
lisgd
|
||||
zeal
|
||||
acpi
|
||||
xorg.xhost # for gparted?
|
||||
libsForQt5.dolphin # get plugins
|
||||
|
@ -42,8 +45,6 @@
|
|||
xdg-utils
|
||||
zathura # set default
|
||||
pavucontrol # TODO: open on left click
|
||||
fwupd # doesn't work
|
||||
#fwupd-efi # is it needed?
|
||||
gimp-with-plugins
|
||||
gparted # doesn't open without sudo
|
||||
jdk8_headless
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
"rd.systemd.show_status=false"
|
||||
"rd.udev.log_level=3"
|
||||
"udev.log_priority=3"
|
||||
"psi=1"
|
||||
"cryptdevice=UUID=ab82b477-2477-453f-b95f-28e5553ad10d:root"
|
||||
"root=/dev/mapper/root"
|
||||
];
|
||||
|
@ -77,6 +78,8 @@
|
|||
|
||||
services.fprintd.enable = true;
|
||||
|
||||
services.fwupd.enable = true;
|
||||
|
||||
systemd.services.fprintd = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig.Type = "simple";
|
||||
|
|
Loading…
Reference in a new issue