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

6 lines
117 B
Nix
Raw Normal View History

2023-11-04 16:12:45 +05:30
{ ... }: {
imports = [ ./filesystem.nix ./kernel.nix ];
hardware.raspberry-pi."4".poe-plus-hat.enable = true;
2023-04-10 23:07:41 +05:30
}