This commit is contained in:
mjallen18
2025-06-12 11:34:51 -05:00
parent 8090bff9d3
commit a58777f301
3 changed files with 8 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ in
./boot.nix ./boot.nix
./impermanence.nix ./impermanence.nix
./networking.nix ./networking.nix
# ./pi4-hw.nix ./pi4-hw.nix
./sops.nix ./sops.nix
]; ];

View File

@@ -3,7 +3,7 @@
hardware = { hardware = {
raspberry-pi."4" = { raspberry-pi."4" = {
apply-overlays-dtmerge.enable = true; apply-overlays-dtmerge.enable = true;
audio.enable = false; audio.enable = true;
backlight.enable = false; backlight.enable = false;
bluetooth.enable = true; bluetooth.enable = true;
dwc2.enable = true; dwc2.enable = true;

View File

@@ -5,11 +5,12 @@ in
{ {
sops = { sops = {
defaultSopsFile = ../../secrets/pi4-secrets.yaml; defaultSopsFile = ../../secrets/pi4-secrets.yaml;
age = { # age = {
generateKey = true; # generateKey = true;
sshKeyPaths = [ "/etc/ssd/ssh_host_ed25519_key" ]; # sshKeyPaths = [ "/etc/ssd/ssh_host_ed25519_key" ];
}; # };
age.keyFile = "/home/matt/.config/sops/age/keys.txt";
validateSopsFiles = false;
# ------------------------------ # ------------------------------
# Secrets # Secrets
# ------------------------------ # ------------------------------