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