Enable fwupd on full systems
This commit is contained in:
parent
a1facf530f
commit
6ac026a535
|
@ -117,6 +117,9 @@
|
|||
diff-closures /run/current-system "$systemConfig"
|
||||
'';
|
||||
}
|
||||
(lib.mkIf config.sbruder.full {
|
||||
services.fwupd.enable = true;
|
||||
})
|
||||
(lib.mkIf (!config.sbruder.full) {
|
||||
# Adapted from nixpkgs/nixos/modules/profiles/minimal.nix
|
||||
i18n.supportedLocales = map
|
||||
|
|
Loading…
Reference in a new issue