configuration.nix/hosts/rico1/hardware/default.nix
2024-06-25 00:40:19 +05:30

9 lines
141 B
Nix

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