mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
nixos/lib: enable firmware updates on all machines
Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
parent
e299f63e02
commit
41f5c9e3f8
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,9 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
# Enable firmware updates when possible.
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
nix = {
|
||||
# Automatic Nix GC.
|
||||
gc = {
|
||||
|
|
Loading…
Reference in a new issue