mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
feat: minor modules updates
This commit is contained in:
parent
1a899dc894
commit
89cefcd610
7 changed files with 17 additions and 10 deletions
|
|
@ -1,8 +1,7 @@
|
|||
_: {
|
||||
options.fireproof.base = {};
|
||||
|
||||
imports = [
|
||||
./boot.nix
|
||||
./hardware.nix
|
||||
./hosts.nix
|
||||
./keyd.nix
|
||||
./wsl.nix
|
||||
|
|
|
|||
4
modules/system/hardware.nix
Normal file
4
modules/system/hardware.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
_: {
|
||||
services.fwupd.enable = true;
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue