Files
nixos-configuration/hosts/pi4/default.nix

11 lines
135 B
Nix

{ lib, ... }:
{
imports = with lib.custom; [
(relativeToBase "modules")
./boot.nix
./hardware.nix
./security
];
}