1
0
Fork 0
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:
Matt Layher 2022-01-31 20:38:55 -05:00
parent e299f63e02
commit 41f5c9e3f8
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -78,6 +78,9 @@ in {
];
};
# Enable firmware updates when possible.
hardware.enableRedistributableFirmware = true;
nix = {
# Automatic Nix GC.
gc = {