Re-enable fwupd. Without it, gnome-firmwarm seems to not work.
This commit is contained in:
parent
9d16c7bd7b
commit
c587fcc2ac
@ -20,8 +20,8 @@
|
|||||||
config = lib.mkIf config.me.lvfs.enable (
|
config = lib.mkIf config.me.lvfs.enable (
|
||||||
lib.mkMerge [
|
lib.mkMerge [
|
||||||
{
|
{
|
||||||
# TODO: Is this installing firmware or just downloading it? Is this needed?
|
# TODO: Is this installing firmware or just downloading it?
|
||||||
# services.fwupd.enable = true;
|
services.fwupd.enable = true;
|
||||||
environment.persistence."/persist" = lib.mkIf (!config.me.buildingIso) {
|
environment.persistence."/persist" = lib.mkIf (!config.me.buildingIso) {
|
||||||
hideMounts = true;
|
hideMounts = true;
|
||||||
directories = [
|
directories = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user