test
This commit is contained in:
parent
ece6bb15f7
commit
e9de829e97
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
filter = "*rpi-4-*.dtb";
|
filter = "*rpi-4-*.dtb";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
console.enable = false;
|
console.enable = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
libraspberrypi
|
libraspberrypi
|
||||||
raspberrypi-eeprom
|
raspberrypi-eeprom
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
filter = "*rpi-4-*.dtb";
|
filter = "*rpi-4-*.dtb";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
console.enable = false;
|
console.enable = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
libraspberrypi
|
libraspberrypi
|
||||||
raspberrypi-eeprom
|
raspberrypi-eeprom
|
||||||
|
|
Loading…
Reference in a new issue