From a58777f301ec4aa698b19498c8a0e1718425e312 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Thu, 12 Jun 2025 11:34:51 -0500 Subject: [PATCH] pi4 --- hosts/pi4/configuration.nix | 2 +- hosts/pi4/pi4-hw.nix | 2 +- hosts/pi4/sops.nix | 11 ++++++----- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/hosts/pi4/configuration.nix b/hosts/pi4/configuration.nix index 1c57ce0..33bd977 100755 --- a/hosts/pi4/configuration.nix +++ b/hosts/pi4/configuration.nix @@ -15,7 +15,7 @@ in ./boot.nix ./impermanence.nix ./networking.nix - # ./pi4-hw.nix + ./pi4-hw.nix ./sops.nix ]; diff --git a/hosts/pi4/pi4-hw.nix b/hosts/pi4/pi4-hw.nix index 9756a9a..d29f290 100644 --- a/hosts/pi4/pi4-hw.nix +++ b/hosts/pi4/pi4-hw.nix @@ -3,7 +3,7 @@ hardware = { raspberry-pi."4" = { apply-overlays-dtmerge.enable = true; - audio.enable = false; + audio.enable = true; backlight.enable = false; bluetooth.enable = true; dwc2.enable = true; diff --git a/hosts/pi4/sops.nix b/hosts/pi4/sops.nix index 6db9c3f..0db24f8 100755 --- a/hosts/pi4/sops.nix +++ b/hosts/pi4/sops.nix @@ -5,11 +5,12 @@ in { sops = { defaultSopsFile = ../../secrets/pi4-secrets.yaml; - age = { - generateKey = true; - sshKeyPaths = [ "/etc/ssd/ssh_host_ed25519_key" ]; - }; - +# age = { +# generateKey = true; +# sshKeyPaths = [ "/etc/ssd/ssh_host_ed25519_key" ]; +# }; + age.keyFile = "/home/matt/.config/sops/age/keys.txt"; + validateSopsFiles = false; # ------------------------------ # Secrets # ------------------------------