add eeprom software to pochita
This commit is contained in:
parent
049941aa26
commit
e46fadeb35
1 changed files with 3 additions and 1 deletions
|
|
@ -37,7 +37,9 @@
|
|||
backupFileExtension = "hmbak";
|
||||
};
|
||||
|
||||
environment.systemPackages = [];
|
||||
environment.systemPackages = [
|
||||
pkgs.raspberrypi-eeprom
|
||||
];
|
||||
|
||||
security.sudo = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue