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