cleanup config imports
This commit is contained in:
10
common/boot/default.nix
Normal file
10
common/boot/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ lib, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./firmware.nix
|
||||
./efi.nix
|
||||
./bios.nix
|
||||
./luks.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user