configuration.nix/hosts/rico1/hardware/default.nix

10 lines
141 B
Nix
Raw Normal View History

2024-06-25 00:23:05 +05:30
_: {
imports = [ ./filesystem.nix ./kernel.nix ];
hardware = {
raspberry-pi."4" = {
poe-plus-hat.enable = true;
};
};
}