configuration.nix/hosts/rico2/hardware/default.nix

5 lines
117 B
Nix

{ ... }: {
imports = [ ./filesystem.nix ./kernel.nix ];
hardware.raspberry-pi."4".poe-plus-hat.enable = true;
}