pi4
This commit is contained in:
@@ -15,7 +15,7 @@ in
|
||||
./boot.nix
|
||||
./impermanence.nix
|
||||
./networking.nix
|
||||
# ./pi4-hw.nix
|
||||
./pi4-hw.nix
|
||||
./sops.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;
|
||||
|
||||
@@ -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
|
||||
# ------------------------------
|
||||
|
||||
Reference in New Issue
Block a user