pi4 case maybe?

This commit is contained in:
mjallen18
2025-05-19 13:53:14 -05:00
parent e7942907b5
commit 0d1cdfd82d
8 changed files with 57 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ in
{
imports = [
./adguard.nix
./argononed.nix
./boot.nix
./impermanence.nix
./networking.nix
@@ -18,10 +19,11 @@ in
../default.nix
];
programs.zsh.enable = true;
hardware.i2c.enable = true;
services = {
hardware.argonone = {
enable = true;
enable = false;
package = pkgs.argononed;
};
openssh = {
@@ -44,7 +46,6 @@ in
environment = {
systemPackages = with pkgs; [
argononed
git
libraspberrypi
raspberrypi-eeprom