ops/nixos: add fwupd to common
This commit is contained in:
parent
78040f6c94
commit
e6f4d37982
2 changed files with 2 additions and 3 deletions
|
@ -177,5 +177,7 @@ in
|
|||
recommendedGzipSettings = true;
|
||||
recommendedProxySettings = true;
|
||||
};
|
||||
|
||||
services.fwupd.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -148,9 +148,6 @@ in {
|
|||
services.printing.enable = true;
|
||||
services.printing.drivers = with depot.pkgs; [ intermec-cups-driver ];
|
||||
|
||||
# Add fwupd.
|
||||
services.fwupd.enable = true;
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
services.xserver.layout = "us";
|
||||
|
|
Loading…
Reference in a new issue