Enable fwupd on full systems

upower
Simon Bruder 2021-08-04 16:52:11 +02:00
parent a1facf530f
commit 6ac026a535
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 3 additions and 0 deletions

View File

@ -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