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 # ------------------------------