run formatters & linters
This commit is contained in:
parent
d7a52dd711
commit
19f6da8d84
|
@ -5,11 +5,8 @@
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (builtins) listToAttrs getAttr;
|
inherit (lib.modules) mkIf mkBefore;
|
||||||
inherit (lib.modules) mkIf mkMerge mkBefore;
|
|
||||||
inherit (lib.options) mkOption mkEnableOption;
|
inherit (lib.options) mkOption mkEnableOption;
|
||||||
inherit (lib.strings) optionalString;
|
|
||||||
inherit (lib.attrsets) attrValues;
|
|
||||||
inherit (lib) types;
|
inherit (lib) types;
|
||||||
|
|
||||||
encryptedUSB = import "${self}/data/drives/encryptedUSB.nix";
|
encryptedUSB = import "${self}/data/drives/encryptedUSB.nix";
|
||||||
|
|
|
@ -12,7 +12,7 @@ in {
|
||||||
enableRedistributableFirmware = true;
|
enableRedistributableFirmware = true;
|
||||||
wirelessRegulatoryDatabase = true;
|
wirelessRegulatoryDatabase = true;
|
||||||
|
|
||||||
ksm.enable = true;
|
ksm.enable = true;
|
||||||
|
|
||||||
i2c.enable = true;
|
i2c.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue