pi4 case maybe?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user