flake/nixos/boot/default.nix

6 lines
62 B
Nix

{...}: {
imports = [
./boot.nix
./sysctl.nix
];
}