Fix fwupd
All checks were successful
check / check (push) Successful in 28s

This commit is contained in:
Florian RICHER 2024-06-07 19:40:54 +02:00
parent 00cbba8b0a
commit 0367ebecae

View file

@ -28,7 +28,7 @@
nixd
];
systemd.packages = with pkgs; [ fwupd ];
services.fwupd.enable = true;
# Define a user account. Don't forget to set a password with passwd.
users.users.florian = {