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
./impermanence.nix
./networking.nix
# ./pi4-hw.nix
./pi4-hw.nix
./sops.nix
];

View File

@@ -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;

View File

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